.h_mnu_01{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_01 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	vertical-align: text-bottom;
	background: #000055;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000055;
	border-right-color: #000055;
	border-bottom-color: #000055;
	border-left-color: #000055;
	background-image: url(../images/menu_bkgd.png);
	background-position: top left;
	background-repeat: repeat-x;
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 32px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	height: 20px;
}

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

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected {
   background-color: #00018c;
  	background-image: url(../images/menu_selected_bkgd.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFF00 !important;
	padding-top: 5px;
	padding-bottom: 5px;
}