
/**********************************************/
/*    HORIZONTAL NAVIGATION - MAIN TIER ONLY
/**********************************************/

#nav {
height:42px;
width:937px;
margin:0 auto;
position:relative;
left:1px;
z-index:97;
font-family:Arial, Helvetica, sans-serif;
font-weight:none;
background:url(../images/nav/navBkgd.jpg) 0 0  no-repeat;
}

#nav ul {
padding:0;
margin:0;
}

#nav ul li {
list-style:none;
position:relative;
display:inline;
float:left;
}

#nav ul li a {
display:block;
text-decoration:none;
outline:none;
color:#eae4c0;
  text-shadow: 2px 2px 2px #5e4e30;
font-size:1.4em;
height:41px;
padding:0 48px;/*adjust as needed*/
line-height:38px;
background:url(../images/nav/nav-sep.gif) 0 0  no-repeat;
}

#nav ul li:first-child a {
	background:none;
}

/*
.about a {
background:url(../images/nav/about.jpg) 0 0  no-repeat;
background-position:top left;
height:40px;
width:141px;
}


.news a {
background:url(../images/nav/news.jpg) 0 0  no-repeat;
background-position:top left;
height:40px;
width:182px;
}

.properties a {
background:url(../images/nav/properties.jpg) 0 0  no-repeat;
background-position:top left;
height:40px;
width:145px;
}

.education a {
background:url(../images/nav/education.jpg) 0 0  no-repeat;
background-position:top left;
height:40px;
width:138px;
}

.community a {
background:url(../images/nav/community.jpg) 0 0  no-repeat;
background-position:top left;
height:40px;
width:189px;
}

.membership a {
background:url(../images/nav/membership.jpg) 0 0  no-repeat;
background-position:top left;
height:40px;
width:141px;
}
*/

#nav ul li a:hover {
color:#eae4c0;
background:#726345;
}


/*********************************/
/*       BEGIN DROPDOWN MENU
/*********************************/
	
#nav li ul {/*hides second level menu and positions it*/
background:#726345;
font-family:Arial, Helvetica, sans-serif;
position: absolute; 
z-index:94;
top:41px;
width:auto;
min-width:150px;
display: none;
list-style:none;
font-weight:100;
margin:0 0 0 0px;
padding:8px 0 8px 0px;
}

#nav li li {
background:none;
margin:0;
float:none;
}

#nav li li a {
text-decoration:none;
text-align:left;
font-size:1.1em;
padding:0 15px;
height:auto;
width:auto;
line-height:1.4em;
position:relative;
color:#dbd7b3;
left:0px;
margin:10px 0;
z-index:90;
background:none;
text-shadow: none;
}

#nav li li a:hover {
text-decoration:underline;
background:none;
color:#f2dfa0;
}

/*for image based navs*/
#nav li li a span {
display: inline;
}

#container  #nav li:hover ul, #container  #nav li.over ul{ 
display: block; /*shows second level menu on hover*/
text-align:left;
}

/* Commented Backslash Hack- hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */

#nav > ul {
	top: auto;
	left: auto;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
left: auto;
}

