@charset "utf-8";
/* CSS Document */






/* NAV MENU */
.clearfloat{
	clear: both;

	}

#main-menu {
	position: absolute;
	right: 27px;
	top: 13px;
	behavior:url(csshover.htc);
	z-index: 16999;
	margin: 0px;
	padding: 0px;
	text-align: center;


}
#main-menu ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	white-space: nowrap;
	list-style-type: none;



}



#main-menu ol li.submenu {
	float:left;
	margin:0px;
	position: relative;
	padding-top: 0em;
	padding-right: 0.4em;
	padding-bottom: 0em;
	padding-left: 1em;
	list-style-image: none;
	list-style-type: none;
	z-index: 1997;

}







#main-menu ol ul {
	display:none;
	position:absolute;
	left: 30px;
	top: 31px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C8C8C8;
	border-right-color: #C8C8C8;
	border-left-color: #C8C8C8;
	background-color: #FFF;
	list-style-type: none;
	z-index: 2000;
	margin: 0px;
	padding: 0px;
}

#main-menu ol ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	list-style-image: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
}

#main-menu ol ul li:hover {
	background-color: #FF0;
}

#main-menu ol ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FF9900;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	margin: 0px;
	padding: 10px;
	text-align: left;
}

#main-menu ol ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #F00;
	text-decoration: none;
}

#main-menu li:hover ul{
	display:block;
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 2000;
	list-style-type: none;
}

.system-member-title2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
.system-member-content{
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;

}
