@charset "utf-8";
#nav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-image: none;
	list-style-type: none;
}

#nav ul li a {
	display: block;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#nav a.home {
	height: 65px;
	background-position: 0px 0px;
}
#nav a.home:hover {
	height: 65px;
	background-position: 0px -320px;
}
#nav a.our-heritage {
	height: 65px;
	background-position: 0px -65px;
}
#nav a.our-heritage:hover {
	height: 65px;
	background-position: 0px -385px;
}
#nav a.our-communities {
	height: 65px;
	background-position: 0px -130px;
}
#nav a.our-communities:hover {
	height: 65px;
	background-position: 0px -450px;
}
#nav a.our-homes {
	height: 65px;
	background-position: 0px -194px;
}
#nav a.our-homes:hover {
	height: 65px;
	background-position: 0px -514px;
}
#nav a.contact {
	height: 61px;
	background-position: 0px -260px;
}
#nav a.contact:hover {
	height: 61px;
	background-position: 0px -580px;
}

