

#menu {
	padding: 0;
	height: 20px;
}

#menu span.menu_filler1 {
	display: block;
	width:68px;
	height: 18px;
	background-color: #000;
	float: left;
	border: 1px solid #000;
}

#menu span.menu_filler2 {
	display: block;
	width: 5px;
	height: 18px;
	background-color: #000;
	float: left;
	border: 1px solid #000;
}

#menu a {
	background-color: #000;
	display: block;
	padding: 0;
	height: 18px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	vertical-align: top;
	float: left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	text-indent: -20000px;
}

#menu a.home {
	background-image: url("/images/home.gif");
	width: 38px;
}

#menu a.artists {
	background-image: url("/images/artists.gif");
	width: 44px;
}

#menu a.about {
	background-image: url("/images/about.gif");
	width: 41px;
}

#menu a.music {
	background-image: url("/images/music.gif");
	width: 40px;
}

#menu a.dates {
	background-image: url("/images/dates.gif");
	width: 36px;
}

#menu a.shop {
	background-image: url("/images/shop.gif");
}

#menu a.video {
	background-image: url("/images/video.gif");
	width: 37px;
}

#menu a.gallery {
	background-image: url("/images/gallery.gif");
}

#menu a.press {
	background-image: url("/images/press.gif");
	width: 34px;
}

#menu a.contact {
	width: 58px;
	background-image: url("/images/contact.gif");
}

#menu a.home_active {
	background-image: url("/images/home_a.gif");
	width: 38px;
}

#menu a.artists_active {
	background-image: url("/images/artists_a.gif");
	width: 44px;
}

#menu a.about_active {
	background-image: url("/images/about_a.gif");
	width: 41px;
}	

#menu a.music_active {
	background-image: url("/images/music_a.gif");
	width: 40px;
}

#menu a.dates_active {
	background-image: url("/images/dates_a.gif");
	width: 36px;
}

#menu a.shop_active {
	background-image: url("/images/shop_a.gif");
	width: 37px;
}

#menu a.video_active {
	background-image: url("/images/video_a.gif");
	width: 37px;
}

#menu a.gallery_active {
	background-image: url("/images/gallery_a.gif");
}

#menu a.press_active {
	background-image: url("/images/press_a.gif");
	width: 34px;
}

#menu a.contact_active {
	background-image: url("/images/contact_a.gif");
	width: 58px;
}

#menu a.home:hover {
	background-image: url("/images/home_a.gif");
	width: 38px;
}

#menu a.artists:hover {
	background-image: url("/images/artists_a.gif");
	width: 44px;
}

#menu a.about:hover {
	background-image: url("/images/about_a.gif");
	width: 41px;
}

#menu a.music:hover {
	background-image: url("/images/music_a.gif");
	width: 40px;
}

#menu a.dates:hover {
	background-image: url("/images/dates_a.gif");
	width: 36px;
}

#menu a.shop:hover {
	background-image: url("/images/shop_a.gif");
}

#menu a.video:hover {
	background-image: url("/images/video_a.gif");
	width: 37px;
}

#menu a.gallery:hover {
	background-image: url("/images/gallery_a.gif");
}

#menu a.press:hover {
	background-image: url("/images/press_a.gif");
	width: 34px;
}

#menu a.contact:hover {
	background-image: url("/images/contact_a.gif");
	width: 58px;
}