/* Begin CSS Popout Menu */

* {
margin:0;
padding:0;
}

#nav { /* all lists */
	display:block;
	width:750px;
	margin:0px 25px;
	list-style: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-align: left;
	clear:both;
}

#nav li { /* all list items */
	position:relative;
	float:left;
	display:block;
}

#nav li a {
	display:block;
	line-height:1.1em;
	/*text-indent: -3000px;*/
}

.main {
	height:38px;
	line-height:38px !important;
	padding:0px 5px;
	color:#fff;
	background-color:#9a0002;
	border-left:1px solid #9a0002;
	letter-spacing:0.01em;
}

a.main:hover, li.current a.main {
	background-color:#c00;
	border-left:1px dashed #fff;
}

#nav li:hover a.main, #nav li.sfhover a.main {
	background-color:#c00;
	border-left:1px dashed #fff;
}

#nav ul li a.selected {
	
}

#nav li li a {
	text-indent: 0;
	padding:5px 7px;
	width:167px;
	border-top: 1px solid #fff;
	background-color:#ddd;
}

#nav li ul li a {
	background-color:#ddd;
	}

#nav li li li a {
	text-indent: 0;
	padding:5px 10px;
	width:161px;
}


/*#nav-spacer .main {background-image:url(images/nv_spacer.gif); width:25px; }
#nav-spacer2 .main {background-image:url(images/nv_spacer.gif); width:123px; }
#nav-home .main {background-image:url(images/nv_home.gif); width:59px; }
#nav-whoweare .main {background-image:url(images/nv_whoweare.gif); width:98px; }
#nav-whatwedo .main {background-image:url(images/nv_whatwedo.gif); width:99px; }
#nav-happenings .main {background-image:url(images/nv_happenings.gif); width:98px; }
#nav-reading .main {background-image:url(images/nv_reading.gif); width:159px; }
#nav-community .main {background-image:url(images/nv_community.gif); width:148px; }
#nav-support .main {background-image:url(images/nv_support.gif); width:120px; }
#nav-contact .main {background-image:url(images/nv_contact.gif); width:89px; }
*/
#nav-home ul li a, #nav-home ul li a:visited, #nav-home ul li a:active {background-color: #dddddd;color:#333;cursor: default;}
#nav-home ul li a:hover { background-color: #b2bb1d; color:#000;}


#nav-whoweare ul a, #nav-whoweare ul a:visited, #nav-whoweare ul a:active  { background-color: #dddddd;color:#333;  }
#nav-whoweare ul a:hover { background-color: #b2bb1d; color:#000;}

#nav-whatwedo ul a, #nav-whatwedo ul a:visited, #nav-whatwedo ul a:active  { background: #dddddd;color:#333;  }
#nav-whatwedo ul a:hover { background: #b2bb1d; color:#000;}

#nav-happenings ul a, #nav-happenings ul a:visited, #nav-happenings ul a:active { background: #dddddd;color:#333; }
#nav-happenings ul a:hover { background: #b2bb1d; color:#000;}

#nav-reading ul a, #nav-reading ul a:visited, #nav-reading ul a:active { background: #dddddd;color:#333; }
#nav-reading ul a:hover { background: #b2bb1d; color:#000;}

#nav-community ul a, #nav-community ul a:visited, #nav-community ul a:active { background: #dddddd;color:#333; }
#nav-community ul a:hover { background: #b2bb1d; color:#000;}

#nav-support ul a, #nav-support ul a:visited, #nav-support ul a:active { background: #dddddd;color:#333; }
#nav-support ul a:hover { background: #b2bb1d; color:#000;}

#nav-contact ul a, #nav-contact ul a:visited, #nav-contact ul a:active { background: #dddddd;color:#333; }
#nav-contact ul a:hover { background: #b2bb1d; color:#000;}


#nav a.topnone{
	border-top: none;
}


#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	background: #dddddd;
	position: absolute;
	width:181px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding:1px 1px 1px 1px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 181px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

