#homepage {
	background-image: url(../images/buttons/homepage.png);
	background-position: 0px 32px;
}
#homepage a {
	background-image: url(../images/buttons/homepage.png);
	height: 32px;
	width: 107px;
	display: block;
	overflow: hidden;
}
#about {
	background-image: url(../images/buttons/about.png);
	background-position: 0px 32px;
}
#about a {
	background-image: url(../images/buttons/about.png);
	height: 32px;
	width: 105px;
	display: block;
	overflow: hidden;
}
#facilities {
	background-image: url(../images/buttons/facilities.png);
	background-position: 0px 32px;
}
#facilities a {
	background-image: url(../images/buttons/facilities.png);
	height: 32px;
	width: 105px;
	display: block;
	overflow: hidden;
}
#bookings {
	background-image: url(../images/buttons/bookings.png);
	background-position: 0px 32px;
}
#bookings a {
	background-image: url(../images/buttons/bookings.png);
	height: 32px;
	width: 105px;
	display: block;
	overflow: hidden;
}
#gallery {
	background-image: url(../images/buttons/gallery.png);
	background-position: 0px 32px;
}
#gallery a {
	background-image: url(../images/buttons/gallery.png);
	height: 32px;
	width: 105px;
	display: block;
	overflow: hidden;
}
#contact {
	background-image: url(../images/buttons/contact.png);
	background-position: 0px 32px;
}
#contact a {
	background-image: url(../images/buttons/contact.png);
	height: 32px;
	width: 105px;
	display: block;
	overflow: hidden;
}
#bookroom {
	background-image: url(../images/buttons/bookroom.gif);
	background-position: 0px 24px;
}
#bookroom a {
	background-image: url(../images/buttons/bookroom.gif);
	height: 24px;
	width: 150px;
	display: block;
	overflow: hidden;
}
#findoutmore{
	background-image: url(../images/buttons/findoutmore.gif);
	background-position: 0px 24px;
}
#findoutmore a {
	background-image: url(../images/buttons/findoutmore.gif);
	height: 24px;
	width: 150px;
	display: block;
	overflow: hidden;
}
#navigation a:hover, #features a:hover {
	background: none;
}
.on a {
	background: none !important;
}