/* CSS Document */
html, body, ul, li {padding:0; margin:0;}
body {
	font-family: "Î¢ÈíÑÅºÚ", "Î¢Èí¼ò×ÛÒÕ";	
	line-height: normal;
}
ul,li {
	list-style-type:none;
	text-transform:capitalize;
	z-index:999; 
}

/*menu*/
#nav {
	width:1003px;
	display:block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left:0px;
}

#nav .mainlevel {
	float:left;
	font-size: 14px;
	border-right:0px solid #fff;
	width:111px;/*IE6 only*/
	background-image: url(../images/dhbj.jpg);
}
#nav .mainlevel a {
	color:#FFFFFF;
	text-decoration:none;
	text-align: center;
	line-height:29px;
	display:block;
	width:111px;
	padding-top: 0;
	padding-bottom: 0;
	
}
#nav .mainlevel a:hover {
	color:#FA8F23;
	text-decoration:none;
	width: 111px;
	background-image: url(../images/dhbg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#nav .mainlevel ul {display:none; position:absolute;}
#nav .mainlevel li a {
	color:#FFFFFF;
	text-decoration:none;
	line-height:30px;
	display:block;
	width:111px;
	padding-top: 0;
	padding-bottom: 0;
	
}
#nav .mainlevel li {
	border-top:0px solid #fff;
	font-size: 12px;
	width: 111px;/*IE6 only*/
	height:30px;
	font-weight:normal;
	background-image: url(../images/dhbg1.png);
}
#nav .mainlevel li a:hover {
	color:#fff;
	text-decoration:none;
	width: 111px;
	height:30px;
	background-image: url(../images/dhbg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}