@charset "utf-8";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}
body {font:12px/normal Verdana, Arial, Helvetica, sans-serif;}
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}

/*menu*/
#nav {
	width:1000px;
	display:block;
	line-height: 40px;
	height: 40px;
	margin:0 auto;
	background-color: #0082bc;
position:relative;
	z-index:999;
}
#nav .jquery_out {
	float:left;
	line-height:40px;
	display:block;
	border-right:1px solid #fff;
	text-align:center;
	color:#fff;
	font:18px/32px "微软雅黑";
	background-color: #2bd11a;
	background-repeat: repeat-x;
	background-position: 0 0;
	z-index:999;
}
#nav .jquery_inner {margin-left:16px;}
#nav .mainlevel {
	float:left;
	width:124px;/*IE6 only*/
	color: #FFF;
	background-color: #0082bc;

	z-index:999;
}
#nav .mainlevel a {
	color:#FFF;
	text-decoration:none;
	line-height:40px;
	display:block;
	width:124px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;

	z-index:999;
}
#nav .mainlevel a:hover {
	color:#fff;
	text-decoration:none;
	background-color: #2bd11a;
	background-repeat: repeat-x;
	background-position: 0 0;

	z-index:999;
}
#nav .mainlevel ul {
	display:none;
	position:absolute;
	z-index: 999;
	background-color: #0082BC;
	clip: rect(40px,auto,auto,auto);
position:absolute;
	z-index:999;
}
#nav .mainlevel li {
	border-top:1px solid #fff;
	width:124px;/*IE6 only*/
	background-color: #0082BC;

	z-index:999;
}
