@charset "utf-8";
/* CSS Document */

.lavaLampBottomStyle {
	position: absolute;
	height: 29px;
	overflow: hidden;
	right: 0px;
	top: 45px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.lavaLampBottomStyle li {
	float: left;
	list-style: none;
}
.lavaLampBottomStyle li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #9bb02b;
}
.lavaLampBottomStyle li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #FFF;
	outline: none;
	top: 7px;
	text-transform: none;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 10px;
}   
.lavaLampBottomStyle li a:hover {
	border: none;
	color: #9bb02b;
}                     
li.current a {
	background-image: url(../images/navArrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

