﻿
*{
	margin:0;
	padding:0;
	border:0;
}
#div_center { 
	width:790px; 
	height:23px; 
	background:#20549F; 
	margin-left: auto;
	margin-right:auto;
}

#nav { 
	/* width:1190px; */
	list-style-type: none;
}

#nav a { 
	display: block; 
	width: 80px;
	height: 38px;
	text-align:center; 
	font-size:15px;
}
#nav a:link  { 
	color:#fff; 
	text-decoration:none;
	margin:0;
}
#nav a:visited  {
	color:#fff;
	text-decoration:none;
	margin:0;
}
#nav a:hover {
	/* color:#0085d0; */
	color:#fff;
	font-weight:600;
	text-decoration:none;
}

#nav li ul {
	line-height: 24px; 
	background:#780C00;
	list-style-type: none;
	text-align:left;
	float:left;
	margin-top:0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	z-index:1000;
}
#nav li ul a{
	display:block;
	font-size:12px; 
	overflow:hidden;
	/* height:25px;
	line-height:25px; */
	height:38px;
	line-height:38px;
	text-align:left;
	padding-left:4px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
#nav li ul a:link  {
	/* color:#0d5097;  */
	color:##333;
	text-decoration:none;
} 
/*#nav li ul a:visited  {
	color:#0d5097;
	text-decoration:none;
} */
#nav li ul a:hover  {
	/* color:#8ec31f; */
	color:#333;
	width: 100%;
	height:28px;
	text-decoration:none;
	font-weight:normal;
	background:#fff;
	padding-left:8px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
#content {
	clear: left;
}