#navbar {
	margin: 0px;
	padding: 0px;
	height: 26px;
	list-style: none;
	background-image: url(../images/buttons.gif);
	background-repeat: repeat-x;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 26px;
	text-indent: -5000px;
	background-image: url(../images/buttons.gif);
	background-repeat: no-repeat;
}

#navbar #home {
	background-position: -0px 0px;
	width: 108px;
}
#navbar #home:hover {
	background-position: -0px -26px;
}

#navbar #accommodation {
	background-position: -109px 0px;
	width: 145px;
}
#navbar #accommodation:hover {
	background-position: -109px -26px;
}
#navbar #siteplan {
	background-position: -254px 0px;
	width: 101px;
}
#navbar #siteplan:hover {
	background-position: -254px -26px;
}

#navbar #gallery {
	background-position: -355px 0;
	width: 91px;
}
#navbar #gallery:hover {
	background-position: -355px -26px;
}
#navbar #location {
	background-position: -446px 0;
	width: 99px;
}
#navbar #location:hover {
	background-position: -446px -26px;
}
#navbar #brochure{
	background-position: -545px 0px;
	width: 106px;
}
#navbar #brochure:hover {
	background-position: -545px -26px;
}

#navbar #contact{
	background-position: -651px 0px;
	width: 126px;
}
#navbar #contact:hover {
	background-position: -651px -26px;
}

