#nav ul {
	margin: 0px; 
	padding: 0px;
	position:relative;
	top: 70px; left: 240px;
	width: 150px;
	height: 300px;
}

#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.home a {
	margin: 0px; padding: 0px;
	display: block;
	width:150px; height:40px;
	background: transparent url("/images/nav/home.gif") center no-repeat;
}

#nav ul li.biography a {
	margin: 0px; padding: 0px;
	display: block;
	width:150px; height:40px;
	background: transparent url("/images/nav/biography.gif") center no-repeat;
}

#nav ul li.projects a {
	margin: 0px; padding: 0px;
	display: block;
	width:150px; height:40px;
	background: transparent url("/images/nav/projects.gif") center no-repeat;
}


#nav ul li.pictures a {
	margin: 0px; padding: 0px;
	display: block;
	width:150px; height:40px;
	background: transparent url("/images/nav/pictures.gif") center no-repeat;
}

#nav ul li.listen a {
	margin: 0px; padding: 0px;
	display: block;
	width:150px; height:40px;
	background: transparent url("/images/nav/listen.gif") center no-repeat;
}

#nav ul li.contact a {
	margin: 0px; padding: 0px;
	display: block;
	width:150px; height:40px;
	background: transparent url("/images/nav/contact.gif") center no-repeat;
}

