/* Styles for the entire LavaLamp menu */
.lavaLamp {
	position: relative;
	width: 848px;
	padding: 0px;
	margin: 5px 0px 0px 4px;
	float: left;
	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-menu2.png") no-repeat right -15px;
	width: 9px; height: 15px;
	z-index: 8;
	position: absolute;
}

.lavaLamp li.back .left {
	background: url("../images/lava-menu2.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: 9px arial, FreeSans;
	font-weight: bolder;
	color: #fff; outline: none;
	text-align: center;
	height: 15px; top: 2px;
	z-index: 10; letter-spacing: 0;
	float: left; display: block;
	margin: auto 30px;
	_margin: auto 15px;
}

.lavaLamp li .vazio {
	background-image: none;
}
