        .lavaLampWithImage {
            position: relative;
            height: 45px;
            width: 100%;
            background: none; /*url("nav-int-bar.png") no-repeat top left;*/
            padding: 0px;
            margin: 5px 0;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("Nav-Button.jpg") no-repeat right -26px;
                        width: 9px; height: 26px;
                        z-index: 8;
                        position: absolute;
                        margin-top:7px;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("Nav-Button.jpg") no-repeat top left;
                            height: 26px;
                            margin-right: 17px; /* 7px is the width of the rounded shape */
                        }                    
                    
                    .lavaLampWithImage li a {
                        font: bold 11px Tahoma;                        
                        text-decoration: none;
                        color: Black;
                        outline: none;
                        text-align: center;
                        top: 12px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 19px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 7px;    
                    }
                    
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

             