body {
	font-family: simsun;
	font-size: 12px;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}
td {
	font-size: 12px;
	line-height:1.5;
	color:#5B5B5B;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav a {
	text-decoration: none;
	color:#fff;
	display:block;
	width:100%;
	float:left;
}
#nav a:hover {
	text-decoration: none;
	color:#fff;
	background-color: #0099FF;
}
#nav li {
	color: #FFF;
	border-bottom: 1px dashed #FFF;
	text-align:left;
	line-height:2.4;
	text-indent:12px;
	position:relative;
	width:193px;
	top:0px;
	vertical-align:middle
}
#nav li ul {
	position: absolute;
	left: 194px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
	border-top:1px solid #fff;
	}
#nav li ul li {
	border:1px solid #fff;
	border-top:0;
	background-color:#3959A4;
	float:left;
	clear:both;
	width:160px;
	}
#nav li:hover ul, #nav li.over ul{ display: block; } /* The magic */
#nav li.di {border:0;}

#lan {
	width: 92%;
	text-align: left;
	color:#fff;
	list-style-type: square;
	list-style-position:outside;
	padding-left:20px;
}
#chaxun {
	padding: 20px;
	color:#8EA2C1;
}
.jishu {
	padding: 20px 20px 0 20px;
}
.jianyan {
	line-height: 3;
	color:#538CD7;
}
.foot {
	background-image: url(images/footbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color:#C4BBA4;
}
a {
	text-decoration: none;
	color:#5B5B5B;
}
a:hover {
	text-decoration: underline;
}
.foot a {
	color:#C4BBA4;
}
#nav a {
	color: #FFF;
}
.jianyan a {
	color:#538CD7;
}
.jianjie {
	padding: 0 13px;
	line-height:2;
}
