#nav ul {
	margin: 0px; 
	padding: 0px;
	position:relative;
	top: 80px; left: 0px;
	width: 577px;
	height: 12px;
}

#nav span {
	display:none;
}

#nav ul li {
	list-style-type: none;
	float:left;
	padding: 0px;
	margin: 0px;
}

#nav ul li a {
	padding: 0px;
	margin: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#nav ul li a:hover {	
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
}

#nav ul li.news a {	margin: 0px; padding: 0px;
	display: block;
	width:54px; height:12px;
	background: transparent url("/images/nav/news.gif") right no-repeat;
}


#nav ul li.biography a {	margin: 0px; padding: 0px;
	display: block;
	width:48px; height:12px;
	background: transparent url("/images/nav/biography.gif") right no-repeat;
}

#nav ul li.features a {
	margin: 0px; padding: 0px;
	display: block;
	width:104px; height:12px;
	background: transparent url("/images/nav/features.gif") center no-repeat;
}

#nav ul li.otherprojects a {
	margin: 0px; padding: 0px;
	display: block;
	width:165px; height:12px;
	background: transparent url("/images/nav/otherprojects.gif") center no-repeat;
}

#nav ul li.links a {
	margin: 0px; padding: 0px;
	display: block;
	width:69px; height:12px;
	background: transparent url("/images/nav/links.gif") left no-repeat;
}

#nav ul li.contact a {
	margin: 0px 0px 0px 5px; padding: 0px;
	display: block;
	width:90px; height:12px;
	background: transparent url("/images/nav/contact.gif") left no-repeat;
}
