#navbar {
	margin: 0px;
	padding: 0px;
	height: 33px;
	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: 33px;
	text-indent: -5000px;
	background-image: url(../images/buttons.gif);
	background-repeat: no-repeat;
}
#navbar #home {
	background-position: 0px 0px;
	width: 52px;
}
#navbar #home:hover {
	background-position: 0 -33px;
}
#navbar #location{
	background-position: -52px 0px;
	width: 78px;
}
#navbar #location:hover {
	background-position: -52px -33px;
}

#navbar #siteplan {
	background-position: -130px 0px;
	width: 81px;
}
#navbar #siteplan:hover {
	background-position: -130px -33px;
}

#navbar #news {
	background-position: -211px 0;
	width: 150px;
}
#navbar #news:hover {
	background-position: -211px -33px;
}

#navbar #events{
	background-position: -361px 0px;
	width: 158px;
}
#navbar #events:hover {
	background-position: -361px -33px;
}

#navbar #businesses{
	background-position: -519px 0px;
	width: 94px;
}
#navbar #businesses:hover {
	background-position: -519px -33px;
}

#navbar #gallery{
	background-position: -613px 0px;
	width: 72px;
}
#navbar #gallery:hover {
	background-position: -613px -33px;
}

#navbar #contact{
	background-position: -685px 0px;
	width: 91px;
}
#navbar #contact:hover {
	background-position: -685px -33px;
}


#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;
}
