/*============================================================
Masthead CSS File - 16 February 2006 - FS Portal
Initial Author: Brad Smith
Additions: Dennis Lapcewich
Modified: blilly 08-23-2007
============================================================*/
/* top nav styles */
#mh-topnav {
	margin: 0px;
	padding: 0px;
	width: 765px;
	background: #838594;
	border: 1px solid #000000;
	height: 20px;
}

#mh-topnav-inner {
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: 764px;
	border-left: 1px solid #7C8260;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #CCCCCC;
	height: 20px;
}

#mh-topnav ul {
   float: right;
   list-style: none;
   margin: 0;
   padding: 0;
}

#mh-topnav ul li {
   border-left: 1px dotted #F0F0F0;
   display: block;
   float: left;
   margin: 0;
   padding: 0;
   text-align: center;
}

#mh-topnav ul li a {
   background-color: transparent;
   color: #F0F0F0;
   display: block;
   /* float: left; */
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: 600;
   margin: 0;
   padding: 1px 10px 2px 10px;
   text-decoration: none;
   white-space: nowrap;
}

#mh-topnav li.last {
   border-right: none;
}

/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #mh-topnav a {
   width: 1%;
}

#mh-topnav a:hover,
/* #n_home a,
#n_home a:hover */ {
	padding: 0px 8px 1px 8px;
	background-color: #C5C5C5;
	border-top: 1px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #6E7165;
	border-bottom: 1px solid #6E7165;
	color : Black;
}

#mh-topnav a.active {
   padding: 0px 8px 1px 8px;
   background-color: #C5C5C5;
   border-top: 1px solid #000000;
   border-left: 2px solid #000000;
   border-right: 2px solid #6E7165;
   border-bottom: 1px solid #6E7165;
	color : Black;
}

/* print banner turned off */
.nomedia {display:none;}