h1 {font: normal 100 12px arial; color: #80ff80}
a.one:link {color: #1A441A; text-decoration: none}
a.one:visited {color: #1A441A; text-decoration: none}
a.one:hover {color: #80FF80; text-decoration: none}   
h2 {font: normal 100 12px arial; color: #ff6060}
a.two:link {color: #552020; text-decoration: none}
a.two:visited {color: #552020; text-decoration: none}
a.two:hover {color: #ff6060; text-decoration: none}   
h3 {font: normal 100 11px arial; color: #73460D}
a.three:link {color: #73460D; text-decoration: none}
a.three:visited {color: #73460D; text-decoration: none}
a.three:hover {color: #111111; font-size: 150%; text-decoration: none}   
p  {font: normal 100 13px arial; color: #73460D}

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

.h_mnu_01 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	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
}

.h_mnu_01 ul li{
display: inline;
}

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

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

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #FDAA39 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #000000;
}

