.lavaLampWithImage {
position: relative;
height: 40px;
width: 900px;
background: url("../images/menu_bg.png") no-repeat top;
padding-top:10px;
padding-left:0px;
margin: 0px;
overflow: hidden;
font: 12px Arial, Helvetica, sans-serif,  Times, serif ;
}
.lavaLampWithImage li {
float: left;
list-style: none;
}


.lavaLampWithImage li.back {
background: url("../images/lava.png") no-repeat right -30px;;
width: 9px; height: 30px;
z-index: 8;
position: absolute;
margin-left:5px;
}
.lavaLampWithImage li.back .left {
background: url("../images/lava.png") no-repeat top left;
height: 30px;
margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited  {

text-decoration: none;
color: #fff;
outline: none;
text-align: center;
top: 7px;
font-weight:bold;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
margin: auto 9px; 
}
.lavaLampWithImage li a:hover{
border: none;
color:#FFCC33;
}