.home 
{
	background-image: url("images/home.png");
	width:175px;
	height:40px;
	position: absolute;
	top:0px;
	border:2px solid gray;
}
.home:hover 
{
	background-image: url("images/home_ro.png");
	border-color: #FF2200;
}

.news 
{
	background-image: url("images/news.png");
	width:175px;
	height:40px;
	position: absolute;
	top:40px;
	border:2px solid gray;
}
.news:hover 
{
	background-image: url("images/news_ro.png");
	border-color: #FF2200;
}

.dates 
{
	background-image: url("images/dates.png");
	width:175px;
	height:40px;
	position: absolute;
	top:80px;
	border:2px solid gray;
}
.dates:hover 
{
	background-image: url("images/dates_ro.png");
	border-color: #FF2200;
}

.audio 
{
	background-image: url("images/audio.png");
	width:175px;
	height:40px;
	position: absolute;
	top:120px;
	border:2px solid gray;
}
.audio:hover 
{
	background-image: url("images/audio_ro.png");
	border-color: #FF2200;
}

.video 
{
	background-image: url("images/video.png");
	width:175px;
	height:40px;
	position: absolute;
	top:160px;
	border:2px solid gray;
}
.video:hover 
{
	background-image: url("images/video_ro.png");
	border-color: #FF2200;
}

.bio
{
	background-image: url("images/bio.png");
	width:175px;
	height:40px;
	position: absolute;
	top:200px;
	border:2px solid gray;
}
.bio:hover 
{
	background-image: url("images/bio_ro.png");
	border-color: #FF2200;
}

.photos
{
	background-image: url("images/photos.png");
	width:175px;
	height:40px;
	position: absolute;
	top:240px;
	border:2px solid gray;
}
.photos:hover 
{
	background-image: url("images/photos_ro.png");
	border-color: #FF2200;
}

.albums
{
	background-image: url("images/albums.png");
	width:175px;
	height:40px;
	position: absolute;
	top:280px;
	border:2px solid gray;
}
.albums:hover 
{
	background-image: url("images/albums_ro.png");
	border-color: #FF2200;
}

.merchandise
{
	background-image: url("images/merch.png");
	width:175px;
	height:40px;
	position: absolute;
	top:320px;
	border:2px solid gray;
}
.merchandise:hover 
{
	background-image: url("images/merch_ro.png");
	border-color: #FF2200;
}

.contact
{
	background-image: url("images/contact.png");
	width:175px;
	height:40px;
	position: absolute;
	top:360px;
	border:2px solid gray;
}
.contact:hover 
{
	background-image: url("images/contact_ro.png");
	border-color: #FF2200;
}

.links
{
	background-image: url("images/links.png");
	width:175px;
	height:40px;
	position: absolute;
	top:400px;
	border:2px solid gray;
}
.links:hover 
{
	background-image: url("images/links_ro.png");
	border-color: #FF2200;
}

.enter
{
	background-image: url("images/enter.png");
	width:142px;
	height:26px;
	position: absolute;
	top:500px;
	left:365px;
	border:2px solid gray;
	z-index: 5;
}
.enter:hover 
{
	background-image: url("images/enter_ro.png");
	border-color: #FF2200;
}

