.lavaLampBottomStyle {
	float: right;
	width: 610px;
	height: 133px;
	position: relative;
	overflow: hidden;
}
.lavaLampBottomStyle li {
	float: left;
	width: 138px;
	height: 133px;
	list-style: none;
	position: relative;
	left: 50px;
}
.lavaLampBottomStyle li.back {
	width: 9px;
	height: 128px;
	border-bottom: 4px solid #ff6600;
	z-index: 8;
	position: absolute;
	bottom: 0;
	_bottom: -1px;
}
.lavaLampBottomStyle li.space-menu {
	float: left;
	width: 2px;
	height: 133px;
}
.lavaLampBottomStyle li a {
	float: left;
	width: 138px;
	height: 133px;
	line-height: 133px;
	font-family: "Arial Narrow", "Lucida Sans Unicode", Arial;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #57574d;
	outline: none;
	position: relative;
	z-index: 10;
	display: block;
	overflow: hidden;
}
.lavaLampBottomStyle li a:hover {
	color: #F60;
}
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}
.lavaLampBottomStyle li.current a {
	background: url(../images/bg-menu-over.jpg) no-repeat;
	color: #e7fefc;
}
