a {
	outline:none;
}

div#navHolder {
	width:1000px; 
	height:26px;
	margin:0 auto;
	z-index:1;
}

ul#nav {
	padding:0; 
	margin:0;
	list-style:none; 
	width:1000px; 
	height:26px;
}

ul#nav li {
	float:left;
}

ul#nav li a.featured-homes {
	display:block; 
	width:200px; 
	height:26px; 
	background:url(../images/nav/featured-homes.jpg) no-repeat 0 -26px; 
	text-indent: -9999px;
}

ul#nav li a.featured-homes:hover {
	background-position: 0 0;
}

ul#nav li a.property-search {
	display:block; 
	width:155px; 
	height:26px; 
	background:url(../images/nav/property-search.jpg) no-repeat 0 -26px; 
	text-indent: -9999px;
}

ul#nav li a.property-search:hover {
	background-position: 0 0;
}

ul#nav li a.meet-the-team {
	display:block; 
	width:153px; 
	height:26px; 
	background:url(../images/nav/meet-the-team.jpg) no-repeat 0 -26px; 
	text-indent: -9999px;
}

ul#nav li a.meet-the-team:hover {
	background-position: 0 0;
}

ul#nav li a.blog {
	display:block; 
	width:88px; 
	height:26px; 
	background:url(../images/nav/blog.jpg) no-repeat 0 -26px; 
	text-indent: -9999px;
}

ul#nav li a.blog:hover {
	background-position: 0 0;
}

ul#nav li a.our-community {
	display:block; 
	width:162px; 
	height:26px; 
	background:url(../images/nav/our-community.jpg) no-repeat 0 -26px; 
	text-indent: -9999px;
}

ul#nav li a.our-community:hover {
	background-position: 0 0;
}

ul#nav li a.contact {
	display:block; 
	width:131px; 
	height:26px; 
	background:url(../images/nav/contact-us.jpg) no-repeat 0 -26px; 
	text-indent: -9999px;
}

ul#nav li a.contact:hover {
	background-position: 0 0;
}

ul#nav li a.home {
	display:block; 
	width:111px; 
	height:26px; 
	background:url(../images/nav/home.jpg) no-repeat 0 -26px; 
	text-indent: -9999px;
}

ul#nav li a.home:hover {
	background-position: 0 0;
}


/**********************

Current Page

**********************/


ul#nav li a.featured-homes-current{
	display:block; 
	width:200px; 
	height:26px; 
	background:url(../images/nav/featured-homes.jpg) no-repeat 0 0px; 
	text-indent: -9999px;
}

ul#nav li a.featured-homes-current:hover {
	background-position: 0 0;
}

ul#nav li a.property-search-current {
	display:block; 
	width:155px; 
	height:26px; 
	background:url(../images/nav/property-search.jpg) no-repeat 0 0px; 
	text-indent: -9999px;
}

ul#nav li a.property-search-current:hover {
	background-position: 0 0;
}

ul#nav li a.meet-the-team-current {
	display:block; 
	width:153px; 
	height:26px; 
	background:url(../images/nav/meet-the-team.jpg) no-repeat 0 0px; 
	text-indent: -9999px;
}

ul#nav li a.meet-the-team-current:hover {
	background-position: 0 0;
}

ul#nav li a.our-community-current {
	display:block; 
	width:162px; 
	height:26px; 
	background:url(../images/nav/our-community.jpg) no-repeat 0 0px; 
	text-indent: -9999px;
}

ul#nav li a.our-community-current:hover {
	background-position: 0 0;
}

ul#nav li a.contact-current {
	display:block; 
	width:131px; 
	height:26px; 
	background:url(../images/nav/contact-us.jpg) no-repeat 0 0px; 
	text-indent: -9999px;
}

ul#nav li a.contact-current:hover {
	background-position: 0 0;
}

ul#nav li a.home-current {
	display:block; 
	width:111px; 
	height:26px; 
	background:url(../images/nav/home.jpg) no-repeat 0 0px; 
	text-indent: -9999px;
}

ul#nav li a.home-current:hover {
	background-position: 0 0;
}

