@charset "utf-8";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}
a{
	color:#333;
	text-decoration: none;
}
a:hover{
	color:#0C89C3;
}
/*menu*/
#nav {
	width:730px;
	display:block;
	height: 73px;
	font-size: 14px;
	overflow: hidden;
	float: right;
	font-weight: bold;
}
#nav .jquery_out {
	float:left;
	line-height:51px;
	display:block;
	text-align:center;
	color:#fff;
	font-family: "微软雅黑";
	font-size: 14px;
}
#nav .jquery_inner {margin-left:16px;}
#nav .jquery {margin-right:1px;padding:0 2em;}
#nav .mainlevel {
	float:left;
	width:103px;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: "微软雅黑";
	color: #333;
	text-align: center;
	height: 73px;
	line-height: 51px;
}



#nav .mainlevel a {
	text-decoration:none;
	display:block;
	text-align:center;
	width:103px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 16px;
	color: #333;
	height: 73px;
}
#nav .mainlevel a:hover {
	text-decoration:none;
	display:block;
	text-align:center;
	width:103px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #0D88C4;
}


#nav .mainlevel ul {
	display:none;
	position:absolute;
	z-index: 100000;
}
#nav .mainlevel li {
	width:103px;
	height:35px;
	background-color: #0B88C0;
	filter: Alpha(Opacity=50,);
	color: #FFFFFF;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0D95D7;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0A77AB;
}
#nav .mainlevel li a{
	font-size:14px;
	color: #FFF;
	line-height: 35px;
	height: 30px;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0em;
	width: 103px;
}
#nav .mainlevel li a:hover {
	background-color: #15262E;
	filter: Alpha(Opacity=70,);
	color: #FFFFFF;
	width: 103px;
	line-height: 35px;
	display: block;
	height: 35px;
}

#nav .mainlevel2 {
	float:left;
	width:145px;
	height:40px;/*IE6 only*/
}
