/* CSS Document */

.h_mnu_01 {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.h_mnu_01 ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #C0C0C0;
	/* background-image: url(/athena/images/marbr_bl.jpg);*/
}
.h_mnu_01 ul li {
	display: inline;
}
.h_mnu_01 ul li a {
	float: left;
	color: #0D7B62;
	padding: 2px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #000000;
}
.h_mnu_01 ul li a:visited {
	color: #0D7B62;
}
.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected {
	color: #FF0000 !important;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #C0C0C0;
	/* background-image: url(/athena/images/marbr_bl.jpg);*/
}