/* nav.css 
   Handles structure and image replacement for left navigation
 */
 
/* HOME */

#nav-list .home a.nav-link {
	width: 150px;
	height: 20px;
	display:block;
	cursor: pointer;
	background: #FFFFFF url(../_images/home_btn.jpg) no-repeat top left;
	}

#nav-list .home span.nav-replace {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}
	
/* ABOUT */
#nav-list .about a.nav-link {
	width: 150px;
	height: 20px;
	display:block;
	cursor: pointer;
	background: #FFFFFF url(../_images/about_btn.jpg) no-repeat top left;
	}
	

#nav-list .about span.nav-replace {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

/* SERVE */
#nav-list .serve a.nav-link {
	width: 150px;
	height: 20px;
	display:block;
	cursor: pointer;
	background: #FFFFFF url(../_images/serve_btn.jpg) no-repeat top left;
	}
	

#nav-list .serve span.nav-replace {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}
	
/* PARTNERS */
#nav-list .partners a.nav-link {
	width: 150px;
	height: 20px;
	display:block;
	cursor: pointer;
	background: #FFFFFF url(../_images/partners_btn.jpg) no-repeat top left;
	}
	

#nav-list .partners span.nav-replace {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}	
	
/* RESEARCH */
#nav-list .research a.nav-link {
	width: 150px;
	height: 20px;
	display:block;
	cursor: pointer;
	background: #FFFFFF url(../_images/research_btn.jpg) no-repeat top left;
	}
	

#nav-list .research span.nav-replace {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}	

/* NEWSROOM */
#nav-list .newsroom a.nav-link {
	width: 150px;
	height: 20px;
	display:block;
	cursor: pointer;
	background: #FFFFFF url(../_images/newsroom_btn.jpg) no-repeat top left;
	}
	

#nav-list .newsroom span.nav-replace {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}
	
/* CONTACT */
#nav-list .contact a.nav-link {
	width: 150px;
	height: 20px;
	display:block;
	cursor: pointer;
	background: #FFFFFF url(../_images/contact_btn.jpg) no-repeat top left;
	}
	

#nav-list .contact span.nav-replace {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

/* Nav Item Rollovers */
#nav-list .nav-here a.nav-link {
	background-position: 0px -40px;
}

#nav-list a.nav-link {
	background-position: 0px 0px;
}

#nav-list a.nav-link:hover {
	background-position: 0px -20px;
}

#nav-list .nav-here a.nav-link:hover {
	background-position: 0px -40px;
}

/* Override Bottom Margin for Sub-Navs */
#nav-list .nav-here-sub {
	margin-bottom: 0px;
}
	
	
/* Control Sub-Nav Appearance */

ul.sub-nav li {
	list-style: none;
}

ul.sub-nav li.nav-child a {
	font-size: 1.2em;
	margin-left: 4px;
	background: none;
	color: #000000;
}

ul.sub-nav li.current-child a {
	color: #991100;
}

ul.sub-nav li.nav-child a:hover {
	color: #666666;
	text-decoration: none;
}

ul.sub-nav li.current-child a:hover {
	color: #991100;
	text-decoration: none;
}

ul.sub-nav li.nav-child {
	height: 2em;
	border-bottom: 1px solid #FFAA88;
}

ul.sub-nav li.nav-child-bottom {
	height: 2em;
	border-bottom: none;
}

/* Participating States Drop-Down */

#participating-states {
	width: 150px;
	height: 100px;
	position: relative;
	background: #FFFFFF url(../_images/state_sites_bkg.jpg) no-repeat top left;
}
	
#participating-states form {
	position: absolute;
	top: 25px;
	left: 5px;
}

#participating-states form select {
	width: 85px;
}

#participating-states a#go-state {
	position: absolute;
	top: 25px;
	right: 15px;
	width: 35px;
	height: 20px;
	cursor: pointer;
	background: #FFFFFF url(../_images/go_btn.gif) no-repeat top left;
	}

#participating-states a#go-state span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

/* State Sites 'Go' rollover */

#participating-states a#go-state:hover {
	background-position: 0px -20px;
}

#participating-states a#go-state {
	background-position: 0px 0px;
}