/* nav styles */
#nav-wrapper {
	clear: both;
	height: 22px;
	display: block;
	margin: 0px auto 0px auto;
	padding-left: 0px;
	width: 700px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #67735D;
	}

#nav, #nav ul  {
	padding: 0;
	list-style: none;
	line-height: 1;
	text-align: center;
	font-size: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	float: none;
}

#nav a {
	color: #FFF;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	width: 140px;
}
	
/*#nav a#navlinks {
	border-right: none;
	width: 140px;
}*/

/*#nav a:hover, #nav li a.sel {
	text-decoration: none;
	color: #FFF;
	background: #AA3914;}*/

#nav li {
	text-transform: uppercase;
	float: left;
	padding: 0;}

#nav li ul {
	text-align: left;
	position: absolute;
	background: #262626;
	border: 1px solid #464646;
	left: -999em;
	width: 139px;
	margin: 0;}

#nav li ul li {
	overflow: hidden;
	width: 140px;
	margin: 0;
	padding: 0;
	text-transform: none;}

#nav li ul li a:hover {
	background: #89B51E;
	color: #FFF;}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 1000;}
	
/* Neighborhoods formatting */

#nav li ul li a.neighborhood {
	display: block;
	width: 139px;
	color: white;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-bottom: 1px dotted #666;/*464646*/
}

#nav li ul li a.neighborhoodbottom {
	display: block;
	width: 139px;
	color: white;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-bottom: none;
}

#nav a.neighborhood:hover, #nav li a.sel-neighborhood {
	text-decoration: none;
	color: #FFF;
	background: #137DA4;
}

#nav li ul li a.neighborhood:hover {/*From #nav li ul li a:hover changes colors for the rollover on the drop downs*/
	background: #137DA4;
	text-decoration: underline;
	color: #FFF;
}

#nav li ul li a.neighborhoodbottom:hover {/*From #nav li ul li a:hover changes colors for the rollover on the drop downs*/
	background: #137DA4;
	text-decoration: underline;
	color: #FFF;
	border-bottom: none;
}

/* Gallery formatting */

#nav li ul li a.gallery {
	display: block;
	width: 139px;
	color: white;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-bottom: 1px dotted #666;/*464646*/
}

#nav li ul li a.gallerybottom {
	display: block;
	width: 139px;
	color: white;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-bottom: none;
}

#nav a.gallery:hover, #nav li a.sel-gallery {
	text-decoration: none;
	color: #FFF;
	background: #A38C08;}

#nav li ul li a.gallery:hover {/*From #nav li ul li a:hover changes colors for the rollover on the drop downs*/
	background: #A38C08;
	text-decoration: underline;
	color: #FFF;
}

#nav li ul li a.gallerybottom:hover {/*From #nav li ul li a:hover changes colors for the rollover on the drop downs*/
	background: #A38C08;
	text-decoration: underline;
	color: #FFF;
	border-bottom: none;
}

/* Partners formatting */

#nav li ul li a.partners {
	display: block;
	width: 139px;
	color: white;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-bottom: 1px dotted #666;/*464646*/
}

#nav li ul li a.partnersbottom {
	display: block;
	width: 139px;
	color: white;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-bottom: none;
}

#nav a.partners:hover, #nav li a.sel-partners {
	text-decoration: none;
	color: #FFF;
	background: #A5397C;}

#nav li ul li a.partners:hover {/*From #nav li ul li a:hover changes colors for the rollover on the drop downs*/
	background: #A5397C;
	text-decoration: underline;
	color: #FFF;
}

#nav li ul li a.partnersbottom:hover {/*From #nav li ul li a:hover changes colors for the rollover on the drop downs*/
	background: #A5397C;
	text-decoration: underline;
	color: #FFF;
	border-bottom: none;
}

/* About formatting */

#nav li ul li a.about {
	display: block;
	width: 139px;
	color: white;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-bottom: 1px dotted #666;/*464646*/
}

#nav li ul li a.aboutbottom {
	display: block;
	width: 139px;
	color: white;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-bottom: none;
}

#nav a.about:hover, #nav li a.sel-about {
	text-decoration: none;
	color: #FFF;
	background: #69893F;}

#nav li ul li a.about:hover {/*From #nav li ul li a:hover changes colors for the rollover on the drop downs*/
	background: #69893F;
	text-decoration: underline;
	color: #FFF;
}

#nav li ul li a.aboutbottom:hover {/*From #nav li ul li a:hover changes colors for the rollover on the drop downs*/
	background: #69893F;
	text-decoration: underline;
	color: #FFF;
	border-bottom: none;
}

/* Links formatting */

#nav li ul li a.links {
	display: block;
	width: 139px;
	color: white;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-bottom: 1px dotted #666;/*464646*/
}

#nav li ul li a.linksbottom {
	display: block;
	width: 139px;
	color: white;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-bottom: none;
}

#nav a.links:hover, #nav li a.sel-links {
	text-decoration: none;
	color: #FFF;
	background: #AA3914;}

#nav li ul li a.links:hover {/*From #nav li ul li a:hover changes colors for the rollover on the drop downs*/
	background: #AA3914;
	text-decoration: underline;
	color: #FFF;
}

#nav li ul li a.linksbottom:hover {/*From #nav li ul li a:hover changes colors for the rollover on the drop downs*/
	background: #AA3914;
	text-decoration: underline;
	color: #FFF;
	border-bottom: none;
}