#nav_wrap {
	width: 800px;
	display: block;
	float: left;
	background-color:#ffffff;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li { /* all list items */
	float: left;
	background-color:#660000;
	/*
	margin-right: 1px;
	border-right: 1px solid #3F0202;
	line-height: 30px;*/
}
#nav li.top {
	float: left;
	line-height: 18px;
	padding-bottom:2px;
}
#nav li ul { /* second-level lists */
	position: absolute;
	/*top:20px;*/
	margin-top:2px;
	width: 225px;
	text-align:left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 1;
	line-height: 10px;
	border-top: 1px solid #ffffff;
}
#nav li ul li {
	width: 205px;
	padding:5px 1px 5px 20px;
}
#nav li ul li.last {
	width: 205px;
	padding:5px 1px 10px 20px;
}
.topmenu{
	display: block;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.60em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
}
a.topmenulk{
	display: block;
	text-decoration:none;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.60em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	color:#FFFFFF;
}
a.submenulk {
	text-decoration:none;
	font-weight:100;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.60em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	
	color: #FFFFFF;
}
a.submenulk:hover {
	text-decoration:underline;
}


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



li.cell1  { /* about us */
	margin-right: 1px;
	width: 104px; /* width needed or else Opera goes nuts */
}
li.cell2  { /* programs */
	margin-right: 1px;
	width: 110px; /* width needed or else Opera goes nuts */
}
li.cell3  { /* get involved */
	margin-right: 1px;
	width: 135px; /* width needed or else Opera goes nuts */
}
li.cell4  { /* events */
	margin-right: 1px;
	width: 100px; /* width needed or else Opera goes nuts */
}
li.cell5  { /* news room */
	margin-right: 1px;
	width: 120px; /* width needed or else Opera goes nuts */
}
li.cell6  { /* careers */
	margin-right: 1px;
	width: 100px; /* width needed or else Opera goes nuts */
}
li.celllast  { /* contact us */
	margin-right: 0px;
	width: 125px; /* width needed or else Opera goes nuts */
}
.arrow {
	font-size:8px;
	padding-right: 3px;
	color:#ffffff;
}
