@charset "utf-8";
/* CSS Document */
.h_mnu_01{
	width:780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_01 ul{
	margin: 0;
	padding: 10px;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #fff;	
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	color: #003264;
	padding: 5px 5px 5px 5px;
	margin-left: 10px;
	margin-bottom: 15px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: none;
}

.h_mnu_01 ul li a:visited{
	color: #003264;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #C0c0c0 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration:underline;
}

