#navbar {
	margin: 0px;
	padding: 0px;
	height: 28px;
	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: 28px;
	text-indent: -5000px;
	background-image: url(../images/buttons.gif);
	background-repeat: no-repeat;
}

#navbar #home {
	background-position: -0px 0px;
	width: 139px;
}
#navbar #home:hover {
	background-position: -0px -28px;
}

#navbar #accommodation {
	background-position: -139px 0px;
	width: 181px;
}
#navbar #accommodation:hover {
	background-position: -139px -28px;
}
#navbar #floorplans {
	background-position: -320px 0px;
	width: 148px;
}
#navbar #floorplans:hover {
	background-position: -320px -28px;
}

#navbar #location {
	background-position: -468px 0;
	width: 157px;
}
#navbar #location:hover {
	background-position: -468px -28px;
}

#navbar #contact{
	background-position: -625px 0px;
	width: 151px;
}
#navbar #contact:hover {
	background-position: -625px -28px;
}
