/* -------------------------------------------------------
nav-main.css
last modified:  07/11/05 by CDW
last validated: X
Windows tested: X
Mac tested:     X
Known issues:   none
------------------------------------------------------- */
/* Main Nav
------------------------------------------------------- */
/*top right bottom left*/

#navbarmenu { /* the main  */
	background: #E0DDD5;
	float: left;
	margin-bottom: 0px;
	border-bottom: 1px solid #C1BBAB;
	border-top: 1px solid #C1BBAB;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:24px;
	voice-family: "\"}\""; voice-family: inherit;

	}
#nav { /* the UL ID definition */   
  	margin: 0px;
  	padding: 0px;
  	list-style: none;
	position: relative;
	z-index: 99; /* places subnavs on top of other content */	
  	}
#nav li.mainnav {
  	float: left;
	margin: 0;
	padding:0;
	/*  	padding-left:10px;padding-right:10px;*/
  	line-height: normal;
	position: relative; /* anchor point for absolutely positioned subnavs */
	background: #E0DDD5;
	color: #000000;
	font-size: 11px;
	text-align:center;
/*	width:120px;*/
  	}
#nav li.mainnavsimple {
  	float: left;
	margin: 0;
	padding:0;
/*  	padding-left:7px;padding-right:7px;*/
  	line-height: normal;
	position: relative; /* anchor point for absolutely positioned subnavs */
	background: #E0DDD5;
	color: #000000;
	font-size: 11px;
	text-align:center;
/*	width:130px;*/
  	}

#nav>li.mainnav:hover {
	z-index: 96;  /* Opera 7 */
	}
	
#nav li.mainnav a {
  	display: block;
	float: left;
  	padding: 5px 20px 5px 20px; /* top and bottom margins to help center vertically in gray bar*/
  	color: #000000;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
  	text-decoration: none;
	background: transparent; /* for browsers that don't see li:hover, if change need to change in iehover.htc file */
  	}
  	
#nav li.mainnavsimple a {
  	display: block;
	float: left;
  	padding: 5px 15px 5px 15px; /* top and bottom margins to help center vertically in gray bar*/
  	color: #000000;
	font-size: 11px;
	font-weight: bold;
  	text-decoration: none;
	background: transparent; /* for browsers that don't see li:hover, if change need to change in iehover.htc file */
  	}

/* hide from IE5-Mac \*/
#nav li.mainnav a { 
	float: none; 
	}
/* end hide */


#cat1, #cat2, #cat3, #cat4, #cat5, #cat6, #cat7, #cat8, #cat9 { border-right: 1px solid #C1BBAB; border-left: 1px solid #FAF7EF }

/* Make the seleced nav section have background color and white text */
#navbarmenu #nav li.selected {background-color: #9D102D; }
#navbarmenu #nav li.selected a.selected { color: #ffffff;}
#navbarmenu #nav li.selected a.selected:hover { color: #ffffff; text-decoration:underline;}
	
#navbarmenu #nav li.mainnav:hover>a { 
	color: #333;
	background: transparent;  /* if alter then alter the iehove.htc file*/
	color: #000000;
	text-decoration: none; /* removes underline after rolling off main nav name*/
	}
#navbarmenu #nav li.mainnavsimple:hover>a { 
	color: #333;
	background: transparent;  /* if alter then alter the iehove.htc file*/
	color: #000000;
	text-decoration: none; /* removes underline after rolling off main nav name*/
	}

#navbarmenu #nav li.mainnav a:hover { 
	color: #000000;
	/*background: #fff; /* for browsers that don't see li:hover */
	text-decoration: underline;
	}
#navbarmenu #nav li.mainnavsimple a:hover { 
	color: #000000;
	/*background: #fff; /* for browsers that don't see li:hover */
	text-decoration: underline;
	}

	
li#lastcat ul { /* to make news flyout to the left*/
	position: absolute; 
	right: 0; 
	left: auto;
	margin-right: 0px;
	border-right: 1px solid #C1BBAB; border-left: 1px solid #FAF7EF;
}