#nav, #nav ul { 
padding:0px 0px 0px 0px;
	list-style: none;
	font-size: 1em;
}

#nav
{
vertical-align:middle;
}

#navbar_inner{
width:880px;}

#nav li.nav_header {
	font-size: 1em;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}
#nav a.top_menu {
	font-size: 1em;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
	color: #FFFFFF;
	text-align:center;
		display:block;
}
#nav li.nav_header a:hover{
	font-size: 1em;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
	color: #FF0000;

}

#navbar {
	background-color: #7D97CC;
	text-align:left; 
	clear:both;
	font-weight:500;
	background-image:url(/images/header_bar.png);
	background-repeat:repeat-x;
}
.navbar {
	background-color: #7D97CC;
	text-align:left; 
	
	font-weight:500;
	background-image:url(/images/header_bar.png);
	background-repeat:repeat-x;
}
.navbar a
{
color:#FFFFFF;
}
#footerbar {
height:24px;
		background-color: #7D97CC;
	background-image: url(/images/footer_bars.png);
}

#nav a {
	display: block;
	width: 50px;
	margin: 0.2em;
	text-align:center;
	
}



#nav li {
	float: left;
	width: 50px;
	border-top: 1px none #a1a1a1;
	border-right: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
} 


#nav li ul { /* second-level lists */
	
	position: absolute;
	margin: .01em -1.9em 0 0;
	background: #F6F6F6;
	width: 9em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
			
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -1.2em 0 0 9em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;


}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	

}



