#nav {
	position: absolute;
	width: 900px;
	height: 43px;
	background: url(../images/nav_back.jpg) repeat-x left center;
	top: 127px;
	padding-left: 30px;
	padding-right: 30px;
}

#nav ul {
	height: 43px;
	margin: 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

#nav a {
	float: left;
	height: 43px;
	text-decoration: none;
	text-align: center;
	font-size: 0.85em;
	line-height: normal;
	text-indent: -5000px;
}


#nav a.home, #nav a.home_current {
	background: url(../images/nav/home.jpg) no-repeat left top;
	width: 109px;
}

#nav a.programs, #nav a.programs_current {
	background: url(../images/nav/programs.jpg) no-repeat left top;
	width: 215px;
}

#nav a.news, #nav a.news_current {
	background: url(../images/nav/news.jpg) no-repeat left top;
	width: 174px;
}

#nav a.bio, #nav a.bio_current {
	background: url(../images/nav/bio.jpg) no-repeat left top;
	width: 85px;
}

#nav a.contact, #nav a.contact_current {
	background: url(../images/nav/contact.jpg) no-repeat left top;
	width: 117px;
}


#nav a.home:hover {
	background-position: 0 -43px
}

#nav a.programs:hover {
	background-position: 0 -43px
}

#nav a.news:hover {
	background-position: 0 -43px
}

#nav a.bio:hover {
	background-position: 0 -43px
}

#nav a.contact:hover {
	background-position: 0 -43px
}



#nav a.home_current {
	background-position: 0 -86px
}

#nav a.programs_current {
	background-position: 0 -86px
}

#nav a.news_current {
	background-position: 0 -86px
}

#nav a.bio_current {
	background-position: 0 -86px
}

#nav a.contact_current {
	background-position: 0 -86px
}
