#menu, #menu li{
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu{
	width: 840px;
	height: 41px;
	margin: 0 auto;
	padding: 0 0 0 60px;
	background: url(menu.gif) no-repeat 0 0;
}

#menu li{
	float: left;
}

#menu a{
	color: #928c83;
	text-decoration: none;
	display: block;
	height: 40px;
	padding: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	margin: 0 20px;
}

#menu a:hover{
	color: #fff;
	background-position: 0 -40px;
	border: none;
}

#menu a strong{
	display: none;
}


/* sprite images */

#nav_home a{
	background-image: url(nav_home.gif);
	width: 85px;
}

#nav_bio a{
	background-image: url(nav_bio.gif);
	width: 76px;
}

#nav_gigs a{
	background-image: url(nav_gigs.gif);
	width: 82px;
}

#nav_gallery a{
	background-image: url(nav_gallery.gif);
	width: 96px;
}

#nav_news a{
	background-image: url(nav_news.gif);
	width: 94px;
}

#nav_contact a{
	background-image: url(nav_contact.gif);
	width: 106px;
}

