.h_mnu_01{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_01 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #DEEBFE;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #C0C0C0;
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	background-color: #DEEBFE;
	float: left;
	color: #00F;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;
}

.h_mnu_01 ul li a:visited{
color: #00F;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #E2144A;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #F8F8F8;
}
