.lavaLampWithImage 
{
    position: relative;
    height: 19px;
    width: 590px;
    background: url("bg.gif") repeat-x bottom;
    padding: 25px 10px 15px 10px;
    margin: 10px 0 0 15px;
    overflow: hidden;
}

.lavaLampWithImage li { float: left; list-style: none; }

.lavaLampWithImage li.back 
{
    background: url("lava.gif") no-repeat right -20px;
    width: 9px; height: 20px;
    z-index: 8;
    position: absolute;
}

.lavaLampWithImage li.back .left 
{
    background: url("lava.gif") no-repeat top left;
    height: 20px;
    margin-right: 9px; /* 7px is the width of the rounded shape */
}

.lavaLampWithImage li a 
{
    font: bold 10px verdana;
    text-decoration: none;
    color: #000;
    outline: none;
    text-align: center;
    top: 5px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 20px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;    
                    
}
.lavaLampWithImage li a:hover, 
.lavaLampWithImage li a:active, 
.lavaLampWithImage li a:visited
{ 
   border: none; 
   /*color: #fff;*/
}
