/* ------------------ Header Styles ------------------ */

div#header {
	background: #4A8EBD url(/images/navbg.gif) repeat-x top left;
	width:980px;
	text-align: left;
	font-size: 13px;
	text-transform: uppercase;
	color: #999;
	padding-top: 2px;
	}

/*#header h1 {
	margin: 0;
	padding: 0;
	}
	
#header h1 a {*/
#header h1 {
	display: block;
	width: 980px;
	height: 89px;
	margin: 0;
	padding: 0;
	background: transparent url(/images/navbg.gif) no-repeat top left;
	}
	
/*#header h1 a span {
	display: none;
	}
*/
	
ul#header_nav {
	height: 31px;
	margin: 0;
	padding: 0;
	padding-left: 0px;
	list-style-type: none;
	background: #E0E0E0 url(/images/navbg.gif) repeat-x top center;
	z-index:999;
	}
	
#header_nav li {
	width: 98px;
	float: left;
	}
		
#header_nav li a {
	display: block;
	height: 20px;
	width: auto; 
	text-align: center;
	border-right: 1px solid #999;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	padding-top:8px;
	font-size:13px;
	}
	
#header_nav li.last a {
	width: auto;
	border:0px;
	}
	
#header_nav li a:hover {
	background: transparent url(/images/navbg.gif) repeat-x top center;
	color: #c3122e;
	}

#header_nav li ul {
	position: absolute;
	width: 175px;
	left: -999em;
	list-style-type: none;
	height: auto;
	margin: 0;
	padding: 0;
	background: white;
	border: 1px solid #999;
	border-bottom: none;
	font-size: 12px;
	}
	
#header_nav li:hover ul,
#header_nav li.sfhover ul {
	left: auto;
	color: #c3122e;
	}

#header_nav li ul li {
	width: 175px;
	padding: 0;
	margin: 0;
	border: none;
	border-bottom: 1px solid #999;
	}

#header_nav li ul li a {
	border: none;
	background: url(/images/navbg.gif);
	width: 155px;
	text-align: left;
	padding: 5px 10px;
	font-size: 12px;
	height: auto;
	}
	
#header_nav li ul li a:hover {
	color: #c3122e;
	border: none;
	}
