/* Styles for the entire LavaLamp menu */

.lavaLamp {
	position: relative;
	height: 24px; width: 741px;
	background: url("../images/bg.gif") no-repeat top;
	padding: 2px 2px;
	margin: 0px;
	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 -18px ;
	width: 9px; height: 18px;
	margin-left: -2px;
	margin-bottom: 0;
	z-index: 8;
	position: absolute;
}
.lavaLamp li.back .left {
	background: url("../images/lava.gif") no-repeat top left;
	height: 18px;
	margin-right: 9px;
	margin-left: 20px;
	*margin-left: 30px;
	margin-bottom: 0;
}
/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative; overflow: hidden;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font: bold 1.2em arial;
	color: #fff; outline: none;
	text-align: center;
	height: 18px; top: 2px;
	z-index: 10; letter-spacing: 0;
	float: left; display: block;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 30px;
	margin-right: 12px;
	*margin-left: 20px;
	*margin-right: 6px;
}
.lavaLamp li a:hover {
	color: #3f3;
}
.lavaLamp li a:active {
	color: #ff0;
}