/*Nav bar*/

ul#navigation{
font-size:0;
text-align:left;
margin:0px 0 0px 0px !important;
margin:0px 0 0px 0;
padding:0;
list-style: none;
width:767px;
overflow:hidden;
}
#navigation li{
list-style: none;
display: inline;
margin: 0;
padding: 0;
}
/**/
#navigation a{
cursor:default;
float:left;
padding:22px 0 0 0 !important;
padding /**/:20px 0 0 0;
overflow:hidden;
height:0;
display: block;
}
#navigation a:link,#navigation a:visited{
background-position: 0 0;
color:#876C4C;
}
#navigation a:hover, #navigation a:active{
background-position: 0 -46px;
color:#876C4C;
}
/**/
a#here:link,a#here:visited{
background-position: 0 -46px;
color:#876C4C;
}
a#here:hover,a#here:active{
background-position: 0 -46px;
color:#876C4C;
}

li#home a{
width:218px;
background:url(images/home_2009.gif) 0 0 no-repeat;
}
li#about a{
width:181px;
background:url(images/about_2009.gif) 0 0 no-repeat;
}
li#communities a{
width:114px;
background:url(images/communities_2009.gif) 0 0 no-repeat;
}
  li#contact a{
width:253px;
background:url(images/contact_2009.gif) 0 0 no-repeat;
}
li#build a{
width:201px;
background:url(images/build.gif) 0 0 no-repeat;
}

/**/
/* end nav bar*/
/**/
