
.lavaLampBottomStyle
{
	position: relative;
	height: 50px;
	background-color: #505050;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-top: 5px solid #FFC221;
	vertical-align: bottom;
	text-align: center;
	padding-left:35px;
}
.lavaLampBottomStyle li
{
	float: left;
	list-style: none;
	height: 50px;
	vertical-align: bottom;
}
.lavaLampBottomStyle button
{
	float: left;
	margin: 0px;
}
.lavaLampBottomStyle li.back
{
	width: 9px;
	height: 50px;
	z-index: 9;
	position: absolute;
	background: url("./images/logo/bg.gif") no-repeat top;
	text-align: center;
	
}
.lavaLampBottomStyle li a
{
	font: bold 14px arial;
	text-decoration: none;
	color: #A0B274;
	outline: none;
	text-align: center;
	top: 14px;

	letter-spacing: 2;
	z-index: 10;
	display: block;
	float: left;
	height: 50px;
	position: relative;
	overflow: hidden;
	margin: auto 11px;
	vertical-align: bottom;
}
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited
{
	border: none;
}




