/* Styles for the entire LavaLamp menu */
.lavaLamp {
color: #000; outline: none;
position: relative;
height: 8px; width: 940px;
padding: 6px 0 15px 20px; margin: 0;
overflow: hidden;
}
/* Force the list to flow horizontally */
.lavaLamp li {
float: left;
 list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
background: url("images/lava.gif") no-repeat right -20px;
width: 9px; height: 20px;
z-index: 8;
position: absolute;
}
.lavaLamp li.back .left {
background: url("images/lava.gif") no-repeat top left;
height: 20px;
margin-right: 9px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
position: relative; overflow: hidden;
text-decoration: none;
font: 12px tahoma;
color: #fff; outline: none;
text-align: center;
height: 14px; top: 1px;
z-index: 10; letter-spacing: 0;
float: left; display: block;
margin: 0 16px 0 16px;
display: inline
}
		
.lavaLamp li a:visited {color: #fff;}
.lavaLamp li a:hover {color: #fff;}
