#nav ul {
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	position:relative;
	top: 0px; left: 0px;
	width: 640px;
	height: 27px;
}

#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.biography a {	margin: 0px; padding: 0px;
	display: block;
	width:133px; height:27px;
	background: transparent url("/img/nav/biography.gif") right no-repeat;
}

#nav ul li.motionpictures a {	margin: 0px; padding: 0px;
	display: block;
	width:162px; height:27px;
	background: transparent url("/img/nav/motionpictures.gif") right no-repeat;
}

#nav ul li.albums a {	margin: 0px; padding: 0px;
	display: block;
	width:89px; height:27px;
	background: transparent url("/img/nav/albums.gif") right no-repeat;
}

#nav ul li.looklisten a {	margin: 0px; padding: 0px;
	display: block;
	width:150px; height:27px;
	background: transparent url("/img/nav/looklisten.gif") right no-repeat;
}

#nav ul li.contact a {	margin: 0px; padding: 0px;
	display: block;
	width:106px; height:27px;
	background: transparent url("/img/nav/contact.gif") right no-repeat;
}