@charset "utf-8";
/* CSS Document */

/* a:first-letter {text-decoration: underline;} */

#mainmenu {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	font-size: 100%;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	background-color:#999a9a;
}
#mainmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#mainmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#mainmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:2px 30px;
   background-color:#999a9a;
   color:#323231;
   text-decoration:none;
   line-height:2.0em;
}
#mainmenu ul li a:hover

 {
   background-color:#007db9;
   color:#fff;
   text-decoration: underline;
}
#mainmenu ul li a.active,
#mainmenu ul li a.active:hover 
{
   color:#fff;
   background:#000;
   font-weight:bold;
}

/* #centeredmenu li a:hover:after, #centeredmenu li a:focus:after {content: " [" attr(accesskey) "] ";} */
/* commented out due to conflict with menu names */

