@charset "UTF-8";
.centeredmenu {
	background-color: #3C5A3A;
	height: 24px;
	width: 800px;
	margin: 0px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
.centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
.centeredmenu ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:3px 10px;
	color:#FFF;
	text-decoration:none;
	line-height:1.3em;
	background-color: #3C5A3A;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 0.85em;
}
.centeredmenu ul li a:hover {
	color:#FF0;
	background-color: #3C5A3A;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
	color:#FC0;
	background:#000;
	font-weight:bold;
}
