/* Styles for the entire LavaLamp menu */
.lavaLamp {
	position: relative;
	height: 24px; width: 840px;
	padding: 15px; margin: 10px 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
}

ul.lavaLamp li.current {
	color: #ffffff;
}

/* 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("../pics/lava/lava.png") no-repeat right -25px;
	width: 9px; height: 25px;
	z-index: 8;
	position: absolute;
}
.lavaLamp li.back .left {
	background: url("../pics/lava/lava.png") no-repeat top left;
	height: 25px;
	margin-right: 9px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative; overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10pt;
	outline: none;
	text-align: center;
	height: 25px; top: 4px;
	z-index: 10; letter-spacing: 0;
	float: left; display: block;
	margin: auto 10px;
}


