#nav {
	width:930px;
	margin:0 auto;
	/*background-color:#000;*/
	padding:0;
	height:40px;
}

#nav ul, .nav ul li{
	padding:0;
	margin:0;
	list-style:none;
}

#nav ul li {
	display:inline;
	float:left;
}

a.navLink{
	display:block;
	height:40px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}

a.biography {
	background:url('../images/nav/biography.png');
	width:114px;
	margin-left:0;
}

a.press {
	background:url('../images/nav/press.png');
	width:66px;
}

a.aboutthemusic {background:url('../images/nav/aboutthemusic.png'); background-repeat:no-repeat; width:152px;}

a.nadayoga {background:url('../images/nav/nadayoga.png'); background-repeat:no-repeat; width:102px;}

a.upcomingevents {background:url('../images/nav/upcomingevents.png'); background-repeat:no-repeat; width:154px;}

a.recordings {background:url('../images/nav/recordings.png'); background-repeat:no-repeat; width:108px;}

a.gallery {background:url('../images/nav/gallery.png'); background-repeat:no-repeat; width:80px;}

a.links {background:url('../images/nav/links.png'); background-repeat:no-repeat; width:56px;}

a.contact {background:url('../images/nav/contact.png'); background-repeat:no-repeat; width:98px;}

a.navLink:hover{
	background-position:0 -40px;
}