/* Top Navigation Styles
----------------------------------------------- */

#menuheader ul {
	position:absolute;
	margin-top:147px; padding-left:280px;
	padding-bottom: 7px !important; /* IE Sucks */
	padding-bottom: 8px;
	
	white-space: nowrap;
	font: 16px arial;
	list-style-type: none;
}

#menuheader ul li {
	display: inline;
}

#menuheader li a {
	margin: 0;
	padding: 0 5px 8px;
	
	color: #ff9900;
	font-weight: bold  ;
	text-decoration: none;
}

#menuheader a {
	color: #fff;
	text-decoration: none;
}

#menuheader a:hover, #menuheader a.current, #menuheader a.current:hover{
	background: url(images/nav-bg.gif) bottom left repeat-x;
}



/* Sub-Navigation Styles
----------------------------------------------- */

#subnav ul {
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}

#subnav li a {
	margin: 0;
	padding: 7px 0 7px 15px !important;
	width: 170px;
	
	display: block;
	
	border-bottom: 1px solid #EBF4FF;
}

#subnav a {
	color: #353535;
	text-decoration: none;
}

#subnav a:hover {
	background: #EBF4FF;
}

#subnav li a.current, #subnav li a.current:hover   {
	border: 0;
	
	color: #fff;
	
	background: url(/images/subnav-bg.gif) no-repeat;
}


