@charset "UTF-8";

#nav { width:960px; margin: 0 auto; position: relative; line-height:1; text-align: left; }
#nav li { list-style: none; float: left; position: relative; }

#nav ul { display: none; position: absolute; top: 74px; left: 0; }
* html #nav ul { line-height: 0; }
#nav ul li { float: none; }

#nav ul { width: 160px; }
#nav ul ul { top: 0; left: 161px; }
#nav ul a { 
	display: block;
	/*width: 150px;*/
	background:#FFD412;
	padding:15px 5px;
	text-align:left;
	color:#000;
	border-bottom:1px dashed #000;
	/*opacity: 0.8;
	filter: alpha(opacity=80);*/
	zoom: 1;
	line-height:145%;
	text-decoration:none;
	font-size:0.85em;
	/*font-family:NewRodinProN-M;*/
}
#nav ul a.hover {
	background-color:#FF821C;
	color:#000;
	text-decoration:underline;
	}
	
	
	
	
	
	
