@charset "utf-8";
/* CSS Document */



#nav1 li ul { /* second-level lists */
	position: absolute;
	/*background: #143838;*/
	/*background-image: url(images/trans.png);
	width: 9em;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 0;
	
/*	background-image: url(images/bottom_drop.png);
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

#nav1 li ul li{ /* second-level lists */
	float: none;
	background-color: #e7e7e7;
}

#nav1 li ul a{ /* second-level lists */
	color: #a8a7a7;
	/*font-weight: normal;*/
	text-transform: uppercase;
	font-size: 12px;
	border: none;
	display: block;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	width:180px;
	font-family: Arial, Helvetica, sans-serif;	
}

#nav1 li ul a:hover{ /* second-level lists */
	color: #cccccc;
	/*font-weight: normal;*/
	
	/*background-image: url(images/881.png);*/
	background: #333333;
}

#nav1 li:hover ul, #nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	top: 0px;
	display: block;
	clear: both;
	margin-top: 44px;
	
}



