#dh_center {
	clear: both;
	width: 1000px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.menu_right {
	background-image: url(../images/menu_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
}





#nav {
	color: #FFFFFF;
	list-style-type: none;
	margin-top: 8px;
	font-size: 18px;
	float: left;
	
}
.nav_left{
	color: #FFFFFF;
	list-style-type: none;
	font-size: 18px;
	float: left;
	width: 1000px;
	margin: 0px;
	clear: both;
	line-height: 150%;
}

#nav a {
	text-align:center;
	font-weight: bold;
	display: block;
	
}


#nav a:link  {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited  {
color: #ffffff;
	text-decoration: none;
}
#nav a:hover  {
 color: #ffffff;
	text-decoration: none;
}

#nav li {
	float: left;
	clear: none;
	list-style-type: none;
	line-height: 180%;
}
#nav li a:hover{
	background:none;
}
#nav ul li ul {
	list-style-type: none;
	text-align:left;
	left: -999em;
	position: absolute;
	line-height: 27px;
	width: 80px;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	padding-top:10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

#nav ul li ul li{
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B0D0F6;
	border-bottom-color: #B0D0F6;
	border-left-color: #B0D0F6;
	background-image: url(../images/menu_xbg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-color: #E0ECFE;
	width: 80px;
	font-size: 14px;
	line-height: 180%;
}

#nav li ul a{
 display: block;text-align:left;padding-left:10px;padding-right:10px;
}

#nav  li ul a:link  {
	color:#042D70;
	text-decoration:none;
	font-weight:normal;
}
#nav  li ul a:visited  {
 color:#042D70;text-decoration:none;
 font-weight:normal;
}
#nav li ul a:hover  {
 color:#FF3300;text-decoration:none;font-weight:normal;
}
#nav  li ul a:active  {
 color:#FF3300;text-decoration:none;font-weight:normal;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#content {
 clear: left;
}
