/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: absolute;
	margin: 0 auto;
    height: 48px;
	width: 670px;
    overflow: hidden;
	top: 37px;
	padding-left: 247px;
}
/* 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/newlava.gif") no-repeat right -37px;
    width: 9px; height: 37px;
    z-index: 9;
    position: absolute;
	top: 11px;
}
.lavaLamp li.back .left {
    background: url("../images/newlava.gif") no-repeat top left;
    height: 37px;
    margin-right: 9px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
    position: relative; overflow: hidden;
    color: #fff; outline: none;
    text-align: center;
    height: 37px; top: 11px;
    z-index: 10;
    float: left; display: block;
    margin: auto 1px;
}
