#lavaLamp {
position: relative;
width: 600px;
height: 60px;
padding: 15px;
margin: 10px 0px;
overflow: hidden;
}

#lavaLamp li {
float: left;
list-style: none;
}

#lavaLamp li.backLava {
background: url("/images/lava.gif") no-repeat right -30px;
width: 15px;
height: 30px;
z-index: 8;
position: absolute;
}

#lavaLamp li.backLava .leftLava {
background: url("/images/lava.gif") no-repeat top left;
height: 30px;
margin-right: 15px;
}

#lavaLamp li a {
font-family: Arial, Tahoma, Verdana;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
color: #999999;
outline: none;
text-align: center;
top: 9px;
text-transform: uppercase;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
margin: auto 25px;    
}

#lavaLamp li a:hover {
color: #FFFFFF;
text-decoration: none;
border: none;
}

#lavaLamp li.selectedLava a {
color: #FF6600;
text-decoration: none;
border: none;
}

#lavaLamp li.selectedLava a:hover {
color: #FF6600;
text-decoration: none;
border: none;
}

