@charset "utf-8";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, p, 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:1013px;
	display:block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav .jquery_out {
	float:left;
	line-height:32px;
	display:block;
	border-right:1px solid #fff;
	text-align:center;
	color:#fff;
	font:18px/32px "微软雅黑";
	background-repeat: repeat-x;
	background-position: 0 0;
}
#nav .jquery_out .smile {padding-left:1em;}
#nav .jquery_inner {margin-left:16px;}
#nav .jquery {margin-right:1px;padding:0 2em;}
#nav .mainlevel {
	float:left;
	width:auto;/*IE6 only*/
	background-image: url(../images/tbg_11.jpg);
	background-repeat: repeat-x;
	padding-right: 2px;
}
#nav .mainlevel a {
	color:#000;
	text-decoration:none;
	line-height:32px;
	display:block;
	width:auto;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial;
}
#nav .mainlevel a:hover {
	color:#fff;
	text-decoration:none;
	background-repeat: repeat-x;
	background-position: 0 0;
}
#nav .mainlevel ul {display:none; position:absolute;}
#nav .mainlevel li {
	width:220px;/*IE6 only*/
	background-color: #F79F01;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D28D04;
}
#nav .mainlevel li a:hover {
	color:#fff;
	text-decoration:none;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: 0 0;
}

#nav ul {z-index:1000}
.log {text-align:center; color:skyblue; line-height:24px; text-transform:capitalize; margin:50px auto;}
