#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: 60px;
}
#navbar #home:hover {
	background-position: 0 -26px;
}

#navbar #location {
	background-position: -60px 0px;
	width: 76px;
}
#navbar #location:hover {
	background-position: -60px -26px;
}

#navbar #ecology {
	background-position: -136px 0;
	width: 78px;
}
#navbar #ecology:hover {
	background-position: -136px -26px;
}

#navbar #history{
	background-position: -214px 0px;
	width: 67px;
}
#navbar #history:hover {
	background-position: -214px -26px;
}
#navbar #masterplan{
	background-position: -281px 0px;
	width: 98px;
}
#navbar #masterplan:hover {
	background-position: -281px -26px;
}
#navbar #community{
	background-position: -379px 0px;
	width: 98px;
}
#navbar #community:hover {
	background-position: -379px -26px;
}
#navbar #heating{
	background-position: -477px 0px;
	width: 172px;
}
#navbar #heating:hover {
	background-position: -477px -26px;
}
#navbar #links{
	background-position: -649px 0px;
	width: 49px;
}
#navbar #links:hover {
	background-position: -649px -26px;
}
#navbar #contact{
	background-position: -698px 0px;
	width: 77px;
}
#navbar #contact:hover {
	background-position: -698px -26px;
}


#frontright {
	margin: 0px;
	padding: 0px;
	height: 88px;
	list-style: none;
	background-image: url(../images/right_floor.gif);
	background-repeat: repeat-x;
}

#frontright li {
	float: left;
}

#frontright a {
	text-decoration: none;
	display: block;
	height: 88px;
	text-indent: -5000px;
	background-image: url(../images/right_floor.gif);
	background-repeat: no-repeat;
}
#frontright #floor {
	background-position: 0px 0px;
	width: 203px;
}
#frontright #floor:hover {
	background-position: 0 -88px;
}

#frontright2 {
	margin: 0px;
	padding: 0px;
	height: 88px;
	list-style: none;
	background-image: url(../images/right_map.gif);
	background-repeat: repeat-x;
}

#frontright2 li {
	float: left;
}

#frontright2 a {
	text-decoration: none;
	display: block;
	height: 88px;
	text-indent: -5000px;
	background-image: url(../images/right_map.gif);
	background-repeat: no-repeat;
}

#frontright2 #map {
	background-position: 0px 0px;
	width: 203px;
}
#frontright2 #map:hover {
	background-position: 0px -88px;
}
