body {
text-align: center
}
#masthead {
width: 770px;
margin: 0 auto;
text-align: left
} 


#masthead {


height: 144px;
padding: 0;
background-image: url('masthead.jpg');
width: 925px;
margin: 0 auto;
background-repeat: none;
position:relative;




} 




ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#nav {
/*	height: 144px; */
}
#nav li { 
	display: inline;
}

#nav li a {
	display: block;
	text-indent: -5000px;
	outline: none;
	overflow: hidden;
	background-image: url('masthead.jpg');

}

li#news a {
	position: absolute;
	background-image: url('masthead.jpg'); /* adding this fixed the hover not working problem */
	left: 458px;
	top: 13px;
	height: 28px;
	width: 127px;
	background-position: -458px -13px;
}

li#news a:hover {
	background-position: -458px -158px;
}

li#about a {
	position: absolute;
	background-image: url('masthead.jpg'); /* adding this fixed the hover not working problem */
	left: 458px;
	top: 41px;
	height: 28px;
	width: 127px;
	background-position: -458px -41px;	
}
li#about a:hover {
	background-position: -458px -186px;
}
li#store a {
	position: absolute;
	background-image: url('masthead.jpg'); /* adding this fixed the hover not working problem */
	left: 585px;
	top: 13px;
	height: 28px;
	width: 127px;
	background-position: -585px -13px;		
}

li#store a:hover {
	background-position: -585px -158px;
}

	li#lyrics a {
		position: absolute;
		background-image: url('masthead.jpg'); /* adding this fixed the hover not working problem */
		left: 585px;
		top: 41px;
		height: 28px;
		width: 127px;
		background-position: -585px -41px;
	}

	li#lyrics a:hover {
		background-position: -585px -186px;
	}

	li#tour a {
		position: absolute;
		background-image: url('masthead.jpg'); /* adding this fixed the hover not working problem */
		left: 585px;
		top: 69px;
		height: 28px;
		width: 127px;
		background-position: -585px -69px;
	}

	li#tour a:hover {
		background-position: -585px -214px;
	}

	li#mailinglist a {
		position: absolute;
		background-image: url('masthead.jpg'); /* adding this fixed the hover not working problem */
		left: 712px;
		top: 13px;
		height: 28px;
		width: 127px;
		background-position: -712px -13px;
	
	}

	li#mailinglist a:hover {
		background-position: -712px -158px;
	}

	

li#socialnet a {
	position: absolute;
	background-image: url('masthead.jpg'); /* adding this fixed the hover not working problem */
	left: 712px;
	top: 41px;
	height: 28px;
	width: 127px;
	background-position: -712px -41px;	
}

li#socialnet a:hover {
	background-position: -712px -186px;
}

li#contact a {
	position: absolute;
	background-image: url('masthead.jpg'); /* adding this fixed the hover not working problem */
	left: 712px;
	top: 69px;
	height: 28px;
	width: 127px;
	background-position: -712px -69px;
}
li#contact a:hover {
	background-position: -712px -214px;
}
