/* Menu */

#menuBody {
	height: 20px;
	float: right;
	width: 625px;
}

#menuBody ul {
	margin: 0;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
}

#menuBody li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
}

#menuBody a {
	display: block;
	float: left;
	height: 16px\;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	color: #80AB63;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E0E8D4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

#menuBody a:hover, #menu .active a {
	background-color: #80AB63;
	color: #FFFFFF;
	text-decoration: none;
}
