@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:#666666;
	text-decoration: none;
}
a:hover{
	color:#FF3300;
}
/*menu*/
#nav {
	width:468px;
	display:block;
	height: 49px;
	font-size: 12px;
	overflow: hidden;
	float: right;
	font-weight: bold;
	padding-left: 10px;
}
#nav .jquery_out {
	float:left;
	line-height:49px;
	display:block;
	text-align:center;
	color:#474748;
	font-family: "微软雅黑";
	font-size: 12px;
}
#nav .jquery_inner {
	margin-left:14px;
}
#nav .jquery {margin-right:1px;padding:0 2em;}
#nav .mainlevel {
	float:left;
	width:78px;
	height:49px;
	font-size: 12px;
	font-weight: normal;
}
#nav .mainlevel:hover{
	height:49px;
	color: #000000!important;
	width: 78px;
	font-size: 14px;
}

#nav .mainlevel a {
	color:#474748;
	text-decoration:none;
	height:49px;
	line-height:49px;
	display:block;
	text-align:center;
	width:78px;
	font-size:12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav .mainlevel a:hover {
	color:#05579B;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: center top;
}

#nav .mainlevel ul {
	display:none;
	position:absolute;
	z-index: 1000;
}
#nav .mainlevel li {
	width:78px;
	height:30px;
	background-color: #FFFFFF;
	filter: Alpha(Opacity=50,);
	color: #FFFFFF;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#nav .mainlevel li a{
	font-size:12px;
	color: #1D1D1D;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	height: 30px;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0em;
}
#nav .mainlevel li a:hover {
	background-color: #0CB3E7;
	filter: Alpha(Opacity=70,);
	color: #FFFFFF;
	width: 78px;
}

#nav .mainlevel2 {
	float:left;
	width:100px;
	height:40px;/*IE6 only*/
}
