.lavaLampBottomStyle {
	position: relative;
	height: 30px;
	width: 900px;
	background-color: #f8f8f8;
	padding: 0 0 15px 0;
	margin: 0 auto;
	overflow: hidden;
}
.lavaLampBottomStyle li {
	float: left;
	margin: 0 25px;
	list-style: none;
}
.lavaLampBottomStyle li.back {
	border-bottom: 5px solid #b10000;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampBottomStyle li a {
	font: 14px arial;
	text-decoration: none;
	color: #555;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 0 auto 48px;
}   
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}
