@charset "utf-8";
/* CSS Document */
.div,ul,li{
	margin:0;
	padding:0;
	}
#ALL_MENU{
	position: fixed;
	z-index: 999;
	width: 100%
}	
#TOP_MENU{
	width:100%;
	background:url(images/topbg.png);
	background-repeat:repeat-x;
	height:74px;
	}
#TOP_MENU #WW {
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
	}
	
#TOP_MENU #LOGO{
	display: block;
	width: 145px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	}
#RIGHT{
	height:48px;
	display: block;
	width:auto;
	float:right;

	}
#RIGHT ul{
	float:right;
	display: block;
	padding:0;
	margin-top:15px;
	}

#RIGHT li{
	display:block;
	list-style:none;
	float:left;
	}
#STITLE{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #86d4f3;
	background:url(about/images/about_stitlebg.png);
	background-repeat: repeat-x;
	height: 27px;
	line-height: 27px;
	}
#STITLE ul {
	margin-left:500px;
	display: block;
}
#STITLE ul a{
	color: #86d4f3;
	text-decoration:none;
	padding-right: 15px;
	padding-left: 15px;
}
#STITLE ul a:hover{
	color:#FFF;
}
#STITLE li {
/* 	width:auto; */
/* 	text-align:center; */
	list-style:none;
	display: block;
	margin:auto;
}

a.topmenu_item{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	display: block;
	padding: 12px 0px;
	width: 90px;
	height: 48px;
	text-align: center;
}

a.topmenu_item:hover{
	color: #3c3c3c;
	transition: .3s;
}


/*#TOP_MENU{
	width:100%;
	display:block;
	}
#TOP_MENU_LOGO_LEFT {
	display: block;
	width: 145px;
	float:left;
	margin-top:10px;
}
#TOP_MENU_RIGHT ul{
	float:right;
	display: block;
	padding:0;
	margin-top:15px;
}
#TOP_MENU_RIGHT li{
	display:block;
	list-style:none;
	float:left;
}
#TOP_MENU {
	margin: auto;
	width: 1000px;
}
#TOP_MENU_LOGO{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: auto!important;
	height:100%;
}


#TOP_MENU_LOGO:after  {
	clear: both;
	height:0px;
	visibility:hidden;
	content:".";
	display: block;
}

#about_stitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #86d4f3;
	background-image: url(../images/about_stitlebg.png);
	background-repeat: repeat-x;
	height: 27px;
	line-height: 27px;
}
#about_stitle ul {
	display: block;
}
#about_stitle ul a{
	color: #86d4f3;
	text-decoration:none;
	padding-right: 15px;
	padding-left: 15px;
}
#about_stitle ul a:hover{
	color:#FFF;
}
#about_stitle li {
	width:1000px;
	text-align:center;
	list-style:none;
	display: block;
	margin:auto;
}*/
