/* Styles for the entire LavaLamp menu */
.lavaLamp {
	position: relative;
	height: 15px;
	width: 930px;
	background: url("../img/bg.png") no-repeat top;
	padding: 8px 15px;
	margin: 0px 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("../img/lava.png") no-repeat right -15px;
	width: 9px;
	height: 15px;
	z-index: 8;
	position: absolute;
}

.lavaLamp li.back .left {
	background: url("../img/lava.png") no-repeat top left;
	height: 15px;
	margin-right: 4px;
}

/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	outline: none;
	text-align: center;
	height: 15px;
	top: 3px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	display: block;
	margin: auto 10px;
}

/* Styles for non link menu-item. */
.lavaspacer {
	width: 450px;
}
.lavaLamp span {
	position: relative;
	overflow: hidden;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	outline: none;
	text-align: center;
	height: 15px;
	top: 4px;
	letter-spacing: 0;
	float: left;
	display: block;
	margin: auto 10px;
}