#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 900px;
	height: 50px;
	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;
}
#menu a:hover span{
	display: block;
}
#menu .News {
	width: 100px;
	height: 50px;
	background: url(../Images/Menu/News.png) no-repeat;
	left: 50px;
	top: 120px;
}
#menu .News Span {
	width: 200px;
	height: 50px;
	background: url(../Images/Menu/NewsSub.png) no-repeat;
	left: -7px;
	top: 40px;
}

#menu .Photos {
	width: 240px;
	height: 64px;
	background: url(../Images/Menu/Photo.png) no-repeat;
	left: 210px;
	top: 160px;
}

#menu .Photos Span {
	width: 250px;
	height: 50px;
	background: url(../Images/Menu/PhotoSub.png) no-repeat;
	left: 225px;
	top: 17px;
}
#menu .Directions {
	width: 250px;
	height: 50px;
	background: url(../Images/Menu/Directions.png) no-repeat;
	left: 500px;
	top: 125px;
}

#menu .Directions Span {
	width: 200px;
	height: 50px;
	background: url(../Images/Menu/DirectionsSub.png) no-repeat;
	left: 90px;
	top: -5px;
}