#navbar {
	margin: 0px;
	padding: 0px;
	height: 35px;
	list-style: none;
	background-image: url(../images/buttons2.png);
	background-repeat: repeat-x;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 35px;
	text-indent: -5000px;
	background-image: url(../images/buttons2.png);
	background-repeat: no-repeat;
}

#navbar #home {
	background-position: -0px 0px;
	width: 51px;
}
#navbar #home:hover {
	background-position: -0px -35px;
}

#navbar #stores {
	background-position: -51px 0px;
	width: 62px;
}
#navbar #stores:hover {
	background-position: -51px -35px;
}
#navbar #siteplan {
	background-position: -113px 0px;
	width: 74px;
}
#navbar #siteplan:hover {
	background-position: -113px -35px;
}
#navbar #news {
	background-position: -187px 0px;
	width: 108px;
}
#navbar #news:hover {
	background-position: -187px -35px;
}

#navbar #gallery {
	background-position: -295px 0;
	width: 68px;
}
#navbar #gallery:hover {
	background-position: -295px -35px;
}

#navbar #newdev {
	background-position: -363px 0px;
	width: 131px;
}
#navbar #newdev:hover {
	background-position: -363px -35px;
}

#navbar #opportunities {
	background-position: -494px 0px;
	width: 108px;
}
#navbar #opportunities:hover {
	background-position: -494px -35px;
}

#navbar #wssp {
	background-position: -602px 0px;
	width: 49px;
}
#navbar #wssp:hover {
	background-position: -602px -35px;
}

#navbar #garden {
	background-position: -651px 0px;
	width: 119px;
}
#navbar #garden:hover {
	background-position: -651px -35px;
}

#navbar #location {
	background-position: -770px 0px;
	width: 76px;
}
#navbar #location:hover {
	background-position: -770px -35px;
}
#navbar #contact {
	background-position: -846px 0px;
	width: 71px;
}
#navbar #contact:hover {
	background-position: -846px -35px;
}
#homesquares {
	padding: 0px;
	height: 195px;
	list-style: none;
	background-image: url(../images/home_boxes.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#homesquares li {
	float: left;
}

#homesquares a {
	text-decoration: none;
	display: block;
	height: 195px;
	text-indent: -5000px;
	background-image: url(../images/home_boxes.jpg);
	background-repeat: no-repeat;
}

#homesquares #homesquare1 {
	background-position: -0px 0px;
	width: 204px;
}
#homesquares #homesquare1:hover {
	background-position: -0px -195px;
}

#homesquares #homesquare2 {
	background-position: -204px 0px;
	width: 212px;
}
#homesquares #homesquare2:hover {
	background-position: -204px -195px;
}
#homesquares #homesquare3 {
	background-position: -416px 0px;
	width: 204px;
}
#homesquares #homesquare3:hover {
	background-position: -416px -195px;
}

