@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 {
	text-transform: capitalize;
}

.clear {
	clear: both;
	*display: inline; /*IE only*/
}

/*menu*/
#menu {
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#nav {
	margin: 0 auto;
	/* display: block; */
	display:inline-block;
}

#nav .mainlevel {
	display:inline-block;
/* 	float: left; */
/* 	margin-right: 3px; */
	font-size: 14px;
	font-weight: bold;
}

#nav .mainlevel a {
	color: #fff;
	text-decoration: none;
	line-height: 37px;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	font-family:"FZYouHK_512B","微软雅黑","宋体";
	font-size:16px;
/* 	border-right:1px solid #bfbfbf; */
	display:block;
}

#nav .mainlevel a:hover {
	background: url(../images/menu_hover.png) repeat-x;
}

#nav .mainlevel ul {
	display: none;
	position: absolute;
	float: left;
	z-index: 10000;
}

#nav .mainlevel li {
	border-top: 1px solid #fff;
	background: url(../images/menudrop_bg.png);
	font-size: 13px;
	font-weight: bold;
/* 	width: 120px; */
	line-height: 35px;
}

#nav .mainlevel li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background: none;
	line-height: 35px;
}

#nav .mainlevel li a:hover {
	color: #fff;
	text-decoration: none;
	background: #1983d5;
}

.quit_btn {
	border: 0px;
	background: url(../images/quit_btn.png) no-repeat;
	cursor: pointer;
	width: 58px;
	height: 21px;
	position: absolute;
	right: 10px;
}

.quit_btn:hover {
	border: 0px;
	background: url(../images/quit_btn_over.png) no-repeat;
	cursor: pointer;
}