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

#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: 109px;
}
#navbar #home:hover {
	background-position: -0px -26px;
}

#navbar #siteplan {
	background-position: -109px 0;
	width: 112px;
}
#navbar #siteplan:hover {
	background-position: -109px -26px;
}
#navbar #phase3 {
	background-position: -221px 0;
	width: 105px;
}
#navbar #phase3:hover {
	background-position: -221px -26px;
}
#navbar #phase4 {
	background-position: -326px 0;
	width: 105px;
}
#navbar #phase4:hover {
	background-position: -326px -26px;
}
#navbar #phase5 {
	background-position: -431px 0;
	width: 105px;
}
#navbar #phase5:hover {
	background-position: -431px -26px;
}
#navbar #location{
	background-position: -536px 0px;
	width: 110px;
}
#navbar #location:hover {
	background-position: -536px -26px;
}
#navbar #contact{
	background-position: -646px 0px;
	width: 130px;
}
#navbar #contact:hover {
	background-position: -646px -26px;
}
