@charset "utf-8";
/* CSS Document */
#layer1    {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	display: block;
	margin: auto;
	visibility: hidden;
	z-index: 3;
	text-align: center;
}
#layer2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	display: block;
	margin: auto;
	visibility: hidden;
	z-index: 2;
	text-align: center;
}
.red {color: #FF0000}
.menus{
	display: block;
	width: 783px;
	background-color: #00008a;
	height: 26px;
	background-image: url(../images/button_bg.gif);
}
.menu_item a {
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding-top: 4px;
	padding-right: 15px;
	padding-left: 10px;
	float: left;
	text-decoration: none;
	height: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a2a3ad;
	padding-top: 6px;
	padding-right: 18px;
}
.menu_item a:hover {
	background-color: #006;
	color: #fff;
}
.sub_menus{
	display: block;
	width: 783px;
	height: 27px;
	margin: auto;
}
.sub_menu_top_1 {
	display: block;
	margin-left: 152px;
}
.sub_menu_top_2 {
	display: block;
	margin-left: 510px;
}
.sub_menu_top_1 a, .sub_menu_top_2 a {
	display: block;
	height: 26px;
	width: 100px;
	margin: 0px;
	float: left;
}
.sub_menu_item_1 {
	display: block;
	clear: both;
	margin-left: 152px;
}
.sub_menu_item_2 {
	display: block;
	clear: both;
	margin-left: 510px;
}
.sub_menu_item_2 a, .sub_menu_item_1 a {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #00008A;
	display: block;
	padding-top: 4px;
	padding-right: 15px;
	padding-left: 10px;
	text-decoration: none;
	height: 22px;
	padding-top: 4px;
	padding-right: 5px;
	clear: both;
	width: 155px;
	text-align: left;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin: 0px;
}
.sub_menu_item_1 a:hover, .sub_menu_item_2 a:hover {
	background-color: #006;
	color: #fff;
}

