div#nav{
	float:left;
	width:901px;
	height:48px;
	background:url("../images/bg_nav.png") repeat-x;
	position:relative;
	z-index:50;
	}
div#nav a{
	color:#FFF;
	display:block;
	height:48px;
	text-decoration:none;
	}
div#nav ul{
	list-style:none;
	margin:0;
	padding:0 0 0 20px;
	float:left;
	}
div#nav ul ul{
	list-style:none;
	border:1px solid #263136;
	border-top:none;
	
	}
div#nav ul li{
	margin:0;
	padding:0;
	float:left;
	}
div#nav li ul {
	position: absolute;
	margin:0;
	padding:0;
	width:150px;
	left: -999em;
	background:#35434b url("../images/bg_drop.png") repeat-x bottom;
	font-size:92%;
	line-height:1.1em;
	z-index:110;
}
div#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
div#nav li ul li{
	margin:0;
	padding:0;
	width:100%;
	border-bottom:1px solid #58656c;
	}

div#nav li ul li a:hover{
	background:#FFF;
	color:#38464e;
	}
	
#nav ul li a{
	text-indent: -5000em;
	}
#nav ul li a:hover{
	background-position: 0px -48px;
	}
#nav ul li.current a{
	background-position: 0px -48px;
	}
	
li#nav_home a{
	background: url("../images/nav_home.png") no-repeat;
	width:65px;
	}
li#nav_overview a{
	background: url("../images/nav_overview.png") no-repeat;
	width:93px;
	}
li#nav_benefits a{
	background: url("../images/nav_benefits.png") no-repeat;
	width:86px;
	}
li#nav_eligibility a{
	background: url("../images/nav_eligibility.png") no-repeat;
	width:94px;
	}
li#nav_curriculum a{
	background: url("../images/nav_curriculum.png") no-repeat;
	width:107px;
	}
li#nav_resources a{
	background: url("../images/nav_resources.png") no-repeat;
	width:100px;
	}
li#nav_news a{
	background: url("../images/nav_news.png") no-repeat;
	width:64px;
	}
li#nav_about a{
	background: url("../images/nav_about.png") no-repeat;
	width:126px;
	}
li#nav_contact a{
	background: url("../images/nav_contact.png") no-repeat;
	width:108px;
	}
	
div#nav ul li ul li a{
	color:#FFF;
	display:block;
	height:auto;
	width:auto;
	padding:6px 0 6px 10px;
	text-decoration:none;
	text-indent:0;
	background:none;
	}


