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

.h_menu_001 ul{
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
	background: #592706;
	padding-top: 12px;
}

.h_menu_001 ul li{
display: inline;
}

.h_menu_001 ul li a{
	float: inherit;
	color: #ae8d6c;
	padding: 5px 5px;
	text-decoration: none;
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff; */
}

.h_menu_001 ul li a:visited{
color: #ae8d6c;
}

.h_menu_001 ul li a:hover, .h_menu_001 ul li .selected{
	color: #ffffff !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #592706;
}

