@charset "utf-8";

/* CSS Document */





/*menu*/

#menu {

	height: 45px;

	overflow: hidden;

	padding-left: 3px;

	width:960PX;

}

#nav {

	margin:0 auto 60px;

	width:960px;

	display:block;

}

#nav .jquery_out {

	float:left;

	line-height:32px;

	display:block;

	border-right:1px solid #fff;

	text-align:center;

	color:#fff;

	font:18px/32px;

	background:#062723 url(../images/slide-panel_03.png) 0 0 repeat-x;

}

#nav .jquery_out .smile {

	padding-left:1em;

}

#nav .jquery_inner {

	margin-left:16px;

}

#nav .jquery {

	margin-right:1px;

	padding:0 2em;

}

#nav .mainlevel {

	background: url("../images/nbor.gif") no-repeat scroll right 12px;

	float: left;

	font-size: 14px;

	margin-left: -2px;

}

#nav .mainlevel a {

	color: #fff;

	display: block;

	line-height: 45px;

	padding: 0 22px;

	font-weight:bold;

	

}

#nav .mainlevel a:hover {
	background: url("../images/hover.gif") repeat-x scroll 0 0;
	color: #fff;
	text-decoration: none;
}

#nav .mainlevel .hover{
	background: url("../images/hover.gif") repeat-x scroll 0 0;
	color: #fff;
	text-decoration: none;
}


#nav .mainlevel ul {

	display:none;

	position:absolute;

	filter:alpha(Opacity=80);

	-moz-opacity:0.9;

	opacity:0.9;

	z-index:9999;

	background:#333;

}

#nav .mainlevel li {

	border-bottom:1px solid #666666;

	margin:5px;

	width:140px;/*IE6 only*/ 

}

#nav .mainlevel li:hover {

	background:#ff7701;

}

#nav .mainlevel li a {

	color: #fff;

	font-weight:normal;

	height: 30px;

	line-height: 30px;

	padding: 0 15px;

	font-size:12PX;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display:block;

}

#nav .mainlevel li a:hover {

	color: #FFF;

	text-decoration: none;

	background:#ff7701;

}

.log {

	text-align:center;

	color:skyblue;

	line-height:24px;

	text-transform:capitalize;

	margin:50px auto;

}

#nav span {

	float:right;

	background:url(../images/pic_18.gif) no-repeat left top;

	height:22px;

	width:125px;

	overflow:hidden;

	margin-top:12px;

	padding-top:1px;

}

#nav span .text {

	width:98px;

	line-height:20px;

	margin-left:3px;

	height:20px;

	float:left;

}

#nav span .btn {

	height:22px;

	width:23px;

	float:left;

	display:block;

	cursor:pointer;

	background:none;

}

