ul,li	{ margin:0; padding:0; }
#nav li { list-style: none; float: left; position: relative; }

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

#nav ul {
}
#nav ul ul { top: 0; left: 121px; }
#nav ul a {
	display: block;
	width: 216px;
	color: #FFFFFF;
	opacity: 0.95;
	zoom: 1;
	line-height: 1;
	background-color: #004896;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#nav ul a.hover {
	background-color: #004896;
	color: #F3F3F3;
}
