.menu { width:930px; height:57px; }

#home {
	float: left;
	display: block;
	margin-top:11px;
	margin-right:2px;
	width: 113px;
	height: 47px;
	background: url(../images/home.png) no-repeat 0 10px;
	transition: all 0.2s ease-out;
}


#home:hover {
	background-position: 0 0px;
}
#home span {
	position: absolute;
	top: -999em;
}

#contactus {
	float: left;
	display: block;
	margin-top:11px;
	width: 113px;
	height: 47px;
	background: url(../images/contactus.png) no-repeat 0 10px;
	transition: all 0.2s ease-out;
}
#contactus:hover {
	background-position: 0 0px;
}
#contactus span {
	position: absolute;
	top: -999em;
}

#accommodation {
	float: left;
	display: block;
	margin-right:2px;
	margin-top:11px;
	width: 113px;
	height: 47px;
	background: url(../images/accommodation.png) no-repeat 0 10px;
	transition: all 0.2s ease-out;
}
#accommodation:hover {
	background-position: 0 0px;
}
#accommodation span {
	position: absolute;
	top: -999em;
}

#facilities {
	float: left;
	display: block;
	margin-right:2px;
	margin-top:11px;
	width: 113px;
	height: 47px;
	background: url(../images/facilities.png) no-repeat 0 10px;
	transition: all 0.2s ease-out;
}
#facilities:hover {
	background-position: 0 0px;
}
#facilities span {
	position: absolute;
	top: -999em;
}

#reservations {
	float: left;
	display: block;
	margin-top:11px;
	width: 113px;
	height: 47px;
	background: url(../images/reservations.png) no-repeat 0 10px;
	transition: all 0.2s ease-out;
}
#reservations:hover {
	background-position: 0 0px;
}
#reservations span {
	position: absolute;
	top: -999em;
}

#gallery {
	float: left;
	display: block;
	margin-right:2px;
	margin-top:11px;
	width: 113px;
	height: 47px;
	background: url(../images/gallery.png) no-repeat 0 10px;
	transition: all 0.2s ease-out;
}
#gallery:hover {
	background-position: 0 0px;
}
#gallery span {
	position: absolute;
	top: -999em;
}

#location {
	float: left;
	display: block;
	margin-right:2px;
	margin-top:11px;
	width: 113px;
	height: 47px;
	background: url(../images/location.png) no-repeat 0 10px;
	transition: all 0.2s ease-out;
}
#location:hover {
	background-position: 0 0px;
}
#location span {
	position: absolute;
	top: -999em;
}

#reviews {
	float: left;
	display: block;
	margin-right:2px;
	margin-top:11px;
	width: 113px;
	height: 47px;
	background: url(../images/reviews.png) no-repeat 0 10px;
	transition: all 0.2s ease-out;
}
#reviews:hover {
	background-position: 0 0px;
}
#reviews span {
	position: absolute;
	top: -999em;
}

#contact {
	float: left;
	display: block;
	margin-right:2px;
	margin-top:11px;
	width: 113px;
	height: 47px;
	background: url(../images/bookings.png) no-repeat 0 10px;
	transition: all 0.2s ease-out;
}
#contact:hover {
	background-position: 0 0px;
}
#contact span {
	position: absolute;
	top: -999em;
}