/*
.lavaLampBottomStyle {
	position: relative;
	height: 29px;
	width: 421px;
	background-color: white;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
	border: 1px solid gray;
}
*/
/*
.lavaLampBottomStyle li {
	float: left;
	list-style: none;
}*/

#MenuTop {
	float: right;
	clear:right;
	width: 345px;
	height: 40px;
	margin: 50px 10px 0 0;
	background:#fff000;
	overflow:hidden;
	position:relative;
}
#MenuTop ul {
	float: right;
}

#MenuTop ul li {
	float: left;
	cursor: pointer;
	padding-bottom: 10px;
	margin: 0 10px;
}

#MenuTop ul li a {
	color: #7d950d;
	font-size: 22px;
	line-height: 26px;
	text-decoration: none;
	cursor: pointer;
}
#MenuTop ul li a:hover {
	color: #424242;
}


#MenuTop ul li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	background: url(../images/LavaLamp_hover.png) no-repeat 50% 100%;
}
/*
.lavaLampBottomStyle li a {
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	height: 30px;
	position: relative;
	overflow: hidden;
}
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}
*/