#nav {
	margin: 0 auto;
	padding: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 960px;
	height: 37px;
}

#nav li span {
	display: none;
}

#nav ul a {
	height: 37px;
	display: block;
}

#nav ul li {
	width: 150px;
	float: left;

}

#nav li.navleft {
	background: url(../images/nav_left.gif);
	width: 468px;
}

#nav li.index {
	background: url(../images/nav_home.gif);
	width: 42px;
}

#nav li.give {
	background: url(../images/nav_give.gif);
	width: 84px;
}

#nav li.sponsors {
	background: url(../images/nav_sponsors.gif);
	width: 76px;
}

#nav li.what {
	background: url(../images/nav_what.gif);
	width: 99px;
}

#nav li.news {
	background: url(../images/nav_news.gif);
	width: 48px;
}

#nav li.faq {
	background: url(../images/nav_faq.gif);
	width: 38px;
}

#nav li.contact {
	background: url(../images/nav_contact.gif);
	width: 105px;
}


#nav li:hover, #nav li.sfhover,
body.index #nav li.index,
body.give #nav li.give,
body.what #nav li.what,
body.news #nav li.news,
body.faq #nav li.faq,
body.contact #nav li.contact,
body.media #nav li.media,
body.members #nav li.members {
	background-position: 0 -37px
}


/****send level nav ****/

#nav li ul {
	border: 1px solid #414040;
	border-width: 0 1px 0px 1px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	display: inline;
	margin: 0;
	padding: 0;
	background-color: #D8D8D8;
}

#nav li li {
	width: 100%;
	height: 100%;
}

#nav li ul a {
	border: solid #414040;
	border-width: 0 0 1px 0;
	display: block;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #414040;
	width: 135px;
	padding: 5px 0 5px 5px;
	height: 100%;
	text-align: left;
/*	text-indent: 5px;*/
	margin: 0;
	background: none;
	voice-family: "\"}\""; voice-family:inherit;
}

#nav li.media ul,
#nav li.members ul {
	border: 1px solid #2bbed8;
	border-width: 0 1px 0px 1px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	display: inline;
	margin: 0 0 0 -64px;
	padding: 0;
	background-color: #bfeef6;
}

#nav li.media ul a,
#nav li.members ul a {
	border: solid #2bbed8;
	border-width: 0 0 1px 0;
	display: block;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #0d333a;
	width: 135px;
	padding: 5px 0 5px 5px;
	height: 100%;
	text-align: left;
/*	text-indent: 5px;*/
	margin: 0;
	background: none;
	voice-family: "\"}\""; voice-family:inherit;
}

#nav li.media ul a:hover,
#nav li.members ul a:hover {
	background-color: #414040;
	background-image: none;
	color: #ffffff;	
}


#nav li ul a:hover {
	background-color: #414040;
	background-image: none;
	color: #ffffff;	
}

#nav li ul ul {
	margin: -25px 0 0 140px;
	padding: 0
}

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



#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul {
	left: auto;
}



#nav li li li:hover, 
#nav li li li.sfhover, 
#nav li li.sfhover, 
#nav li li li.sfhover {
	background-color: #9AA513;
	background-image: none
}