/*top-nav.css © Factor of 4, 2013*/
/* HOF */



/*** top navigation area ***/
/*   --------------------   */

#topnav {
	margin: 0;
	padding: 0;
}

#topnav ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#topnav ul.sections {
	float: left;
}
#topnav ul.connect {
	float: right;
}
#topnav:after {
	clear: both;
}
#topnav img {
	max-height: 24px;
	margin: 3px 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

/*
#topnav ul li {
	display: inline;
	width: 140px; /* bill changed for better display in dreamweaver window  * / 
	margin: 0px 0px 0px -4px;   /* bill changed */ /* this sets the positioning of each nav item relative to the row * /
	position: relative;
	top: 4px;
	color: white;
	padding: 2px 14px 6px 13px;/* bill changed */ /* this sets the positioning of text within each nav item * /
	font-style: italic;
	font-size: 15px;
	font-weight: normal;
	/* border: 1px solid yellow; * / 
}
*/

#topnav li {
	display: inline;
	margin: 0;
	padding: 0 2px;

}

/* images not found -- suppress:
#topnav li#volunteer{
	background: url(../images_nav/nav_5_up.jpg);
	background-repeat: no-repeat;
}
	
#topnav li#volunteer:hover{
	background: url(../images_nav/nav_5_dn.jpg);
	background-repeat: no-repeat;
}

#topnav li#contribute{
	background: url(../images_nav/nav_5_up.jpg);
	background-repeat: no-repeat;
}
	
#topnav li#contribute:hover{
	background: url(../images_nav/nav_5_dn.jpg);
	background-repeat: no-repeat;
}

#topnav li#events{
	background: url(../images_nav/nav_4_up.jpg);
	background-repeat: no-repeat;
}
	
#topnav li#events:hover{
	background: url(../images_nav/nav_4_dn.jpg);
	background-repeat: no-repeat;
}

#topnav li#contact{
	background: url(../images_nav/nav_4_up.jpg);
	background-repeat: no-repeat;
}
	
#topnav li#contact:hover{
	background: url(../images_nav/nav_4_dn.jpg);
	background-repeat: no-repeat;
}
*/



/* 
#topnav li#connect{
	background: url(../images_nav/nav_4_up.jpg);
	background-repeat: no-repeat;
}
	
#topnav li#connect{
	background: url(../images_nav/nav_4_dn.jpg);
	background-repeat: no-repeat;
}
*/			


#topnav ul.sections a:link,
#topnav ul.sections a:visited,
#topnav #connect {
	padding: 0 12px;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	color: white;
}
#topnav ul.sections a:link,
#topnav ul.sections a:visited {
	font-weight: bold;
}

#topnav #connect {
	color: white;
	font-style: normal;
	vertical-align: middle;
	padding-right: 0;
	
}


#topnav ul.sections a:link,
#topnav ul.sections a:visited {
	height: 24px;
	padding: 0px 12px;
	text-decoration: none;
	color: white;
\	outline: none;
}
#topnav ul.sections a:hover {
	height: 24px;
	text-decoration: none;
	color: #e17033; /* #ddd; */
}

#topnav ul.connect a:link,
#topnav ul.connect a:visited {
	margin-right: 5px;
	outline: none;
}
#topnav ul.connect img:hover {
	outline: 2px solid #e17033; /* #ddd; */
}



/* drop-downs */

#topnav ul li li:hover {
	text-decoration: none;
	background-color: #182958;
}

#topnav li ul.dropdown {
	position: absolute;
	left: 0;
	top: 30px;
	display: none; /* reveal dynamically */
	margin-top: 0px; /* this keeps the dropdown menus from disappearing on IE */
	/*border-color: #0033ff; 
	border-style: solid; 
	border-width: 1px;  */
	background-color: #23437E;
	z-index: 100;
}

#topnav li li {
	display: block;
	height: 30px;
	width: 180px;
	float: none;
	margin-left: 0px;
	list-style-type: none;
	padding: 2px 0 0 15px;/* bill changed */ /* this sets the positioning of text within each dropdown nav item */
}

#topnav li li a {
	margin: 0px;
	padding: 2px 0px 4px 0px;/* bill added */ /* this extends the height of the active anchor area *//* this also keeps the dropdown menus from disappearing on IE */
	color: white;
} 

#topnav li ul a {/* bill added */ /* this causes the anchor to extend across the whole width of the dropdown rather than just over the text */
	width:180px;
	height:auto;
	float: left;
	margin-left: -15px;
	padding-left: 15px;
 } 

