#nav ul {
	margin: 0px; 
	padding: 0px;
	position:relative;
	top: 69px; left: 132px;
	width: 230px;
	height: 190px;
}

#nav span {
	display:none;
}

#nav ul li {
	list-style-type: none;
	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: .4;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
}

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

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

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

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

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

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