#nav2 #dropdown2 {
	border-bottom: 1px solid #ffffff;
	z-index: 100;
	text-align:left;
	background-color:#D1D0D0;
}


#nav2 #dropdown2 a {
	z-index: 100;
	font-weight: normal;
	line-height: 120%;
	border: 0px none ;
/*	padding: 3px 3px 4px 5px;*/
	background-color: #D1D0D0;
	color:#000000;
	background-image: none;
	display: block;
	width: 12em;
	text-align:center;
}
#nav2 #dropdown2 a:hover {
 color:#FF8400;
}

#nav2 li { /* all list items */
	/*font-weight: bold;*/
	float: left;
/*	width: 5em; width needed or else Opera goes nuts but is now in html due to variable menu widths*/
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	z-index: 100;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	/*top:40px;*/
}


#nav2 li:hover ul, #nav2 li.sfhover2 ul { /* lists nested under hovered list items */
	display: block;
	left: auto;
}
