@charset "utf-8";

#header-menu{
	margin: 0 auto;
	width: 960px;
	display: block;
}
#header-menu ul{
	margin: 0 auto;
	padding: 0;
	width: 860px;
	height: 40px;
	position: relative;
	background: url(../img/menu.png) 0 0 no-repeat;
	line-height:1;
}
#header-menu ul li{
	margin: 0;
	width: auto;
	float: left;
	display: inline;
	position: relative;
	text-indent: -9999px;
}
#header-menu ul li a{
	display: block;
}

#header-menu ul li.about a{	margin-left: 0px;	width: 90px;	height: 40px;}
#header-menu ul li.news a{	margin-left: 10px;	width: 90px;	height: 40px;}
#header-menu ul li.scholaship a{	margin-left: 10px;	width: 130px;	height: 40px;}
#header-menu ul li.award a{	margin-left: 10px;	width: 90px;	height: 40px;}
#header-menu ul li.sponsorship a{	margin-left: 10px;	width: 150px;	height: 40px;}
#header-menu ul li.support a{	margin-left: 10px;	width: 130px;	height: 40px;}
#header-menu ul li.disclosure a{	margin-left: 10px;	width: 120px;	height: 40px;}


#header-menu ul li a:hover{
	background: rgba(255,0,0,0.2);
}

#nav ul { display: none; position: absolute; top: 40px; left: 0; background-image:none;}
* html #nav ul { line-height: 0; }
#nav ul li { float: none; }

#nav ul { width: auto !important;}
#nav ul ul { top: 0; left: 0;	font-size: 14px;	}
#nav ul a {
	text-indent: 0 !important;
	height: auto !important;
	display: block;
	width: auto !important;
	min-width: 150px;
	white-space: nowrap;
	background:#fff;
	padding: 1em 5px;
	color: #000;
	border-bottom: 1px solid #000;
	opacity: 0.98;
	filter: alpha(opacity=98);
	zoom: 1;
	line-height: 1;
}
#nav ul a.hover { background: #f1f1f0 !important;	}
/* ffcccc */

/* sub menu */
#page_menu{
	margin: 0 auto 40px;
	width: 760px;
	display: block;
}
#page_menu ul{
	margin: 0 auto;
	padding: 0;
	width: 760px;
	display: inline-block;
	border-bottom: solid 1px #000;
}
#page_menu ul li{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	display: inline;
}
#page_menu ul li a{
	display: block;
	padding: 5px 20px;
}
#page_menu ul li a:hover{
	background: #ddd;
}
#page_menu ul li.on a{
	color: #000;
	background: url(../img/hover.png) center bottom no-repeat #ddd !important;
}
