#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 1200px;
	height: 120px;
	position: relative;
	background-repeat: no-repeat;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width: 102px;
	height: 51px;
	left: 56px;
	top: 62px;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
}

#menu .theclub {
	width: 102px;
	height: 51px;
	left: 162px;
	top: 62px;
		background-image: url(images/theclub.png);
	background-repeat: no-repeat;
}

#menu .events {
	width: 102px;
	height: 51px;
	left: 268px;
	top: 62px;
	background-image: url(images/events.png);
	background-repeat: no-repeat;
}
#menu .picture {
	width: 102px;
	height: 51px;
	left: 374px;
	top: 62px;
	background-image: url(images/pictures.png);
	background-repeat: no-repeat;
}
#menu .video {
	width: 102px;
	height: 51px;
	left: 727px;
	top: 62px;
	background-image: url(images/videos.png);
	background-repeat: no-repeat;
}

#menu .artist {
	width: 102px;
	height: 51px;
	left: 833px;
	top: 62px;
	background-image: url(images/artist.png);
	background-repeat: no-repeat;
}

#menu .member {
	width: 102px;
	height: 51px;
	left: 939px;
	top: 62px;
	background-image: url(images/member.png);
	background-repeat: no-repeat;
}
#menu .students {
	width: 102px;
	height: 51px;
	left: 1045px;
	top: 62px;
	background-image: url(images/students.png);
	background-repeat: no-repeat;
}

