.lavaLampWithImage {
    position: absolute;
    z-index: 100;
    margin-left: 5px;
    width:605px;
    padding-left: 8px;
    overflow: hidden;
}

.lavaLampWithImage li {
    float: left;
    list-style: none;
}

.lavaLampWithImage li.back {
    background: url("../img/lavalamp/lava2.gif") no-repeat right -36px;
    width: 9px; height: 36px;
    z-index: 8;
    position: absolute;
}

.lavaLampWithImage li.back .left {
    background: url("../img/lavalamp/lava2.gif") no-repeat top left;
    height: 36px;
    margin-right: 9px; /* 7px is the width of the rounded shape */
}

.lavaLampWithImage li a {
    text-decoration: none;
    color: #fff;
    outline: none;
    top:3px;
    text-align: center;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 36px;
    position: relative;
    overflow: hidden;
    margin: auto 20px;
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
    border: none;
}

li.current a{
        color:#fb6500 !important;
        
}