#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 94px;
	background: url(images/MenuBgrnd.jpg) no-repeat;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom; border: none;
}
#menu a:hover span{
	display: block;
	position: absolute; 
	border: none;
}
#menu .health {
	width: 63px;
	height: 52px;
	background: url(images/HealthBut.gif) no-repeat;
	left: 0px;
	top: 37px;
}
#menu .health span {
	width: 159px;
	height: 32px;
	background: url(images/HealthLogo.gif) no-repeat;
	left: 5px;
	top: -20px;
}
#menu .music {
	width: 82px;
	height: 52px;
	background: url(images/MusicBut.gif) no-repeat;
	left: 63px;
	top: 37px;
}
#menu .music span {
	width: 127px;
	height: 57px;
	background: url(images/MusicLogo.gif) no-repeat;
	left: 10px;
	top: -40px;
}
#menu .film {
	width: 73px;
	height: 52px;
	background: url(images/FilmBut.gif) no-repeat;
	left: 145px;
	top: 37px;
}
#menu .film span {
	width: 149px;
	height: 27px;
	background: url(images/FilmLogo.gif) no-repeat;
	left: 26px;
	top: -20px;
}
#menu .environmental {
	width: 138px;
	height: 52px;
	background: url(images/EnvironmentBut.gif) no-repeat;
	left: 218px;
	top: 37px;
}
#menu .environmental span {
	width: 164px;
	height: 19px;
	background: url(images/EnvironmentLogo.gif) no-repeat;
	left: 35px;
	top: -15px;
}
#menu .personaldev {
	width: 188px;
	height: 52px;
	background: url(images/PersonalBut.gif) no-repeat;
	left: 356px;
	top: 37px;
}
#menu .personaldev span {
	width: 110px;
	height: 27px;
	background: url(images/PersonalLogo.gif) no-repeat;
	left: 35px;
	top: -22px;
}
#menu .happychildren {
	width: 145px;
	height: 52px;
	background: url(images/HappyBut.gif) no-repeat;
	left: 544px;
	top: 37px;
}
#menu .happychildren span {
	width: 110px;
	height: 43px;
	background: url(images/HappyLogo.gif) no-repeat;
	left: 28px;
	top: -35px;
}
#menu .contact {
	width: 111px;
	height: 52px;
	background: url(images/ContactBut.gif) no-repeat;
	left: 689px;
	top: 37px;
}
#menu .contact span {
	width: 87px;
	height: 32px;
	background: url(images/ContactLogo.gif) no-repeat;
	left: 28px;
	top: -35px;
}
