
#lavaLampBasicImage {
position: relative;
margin: 0px auto;
clear: both;
width:780px;
text-align: center;
overflow: hidden;
}
#lavaLampBasicImage li {
float: left;
list-style: none;
margin-right:1px;
}
#lavaLampBasicImage li.backLava {
/*background: url(../images/active.gif) repeat-x bottom;*/
width: 9px; height: 30px;
z-index: 8;
position: absolute;
}
#lavaLampBasicImage li.backLava .leftLava {
background: url(../images/active.gif) repeat-x bottom;
height: 30px; 
}
#lavaLampBasicImage li a {
font-size: 12px;
color: #735612;
text-align: center;
top: 7px;
z-index: 10;
display: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
padding: 0 10px 0 10px;
}
#lavaLampBasicImage li a:hover, #lavaLampBasicImage li a:active {
color: #000;

}
.active
{
	background: url(../images/active.gif) repeat-x bottom;
}

