#menuH
{
}
UL#menuH
{
	margin: 0;
	padding: 0; 
	list-style-type: none; 
	float: left;
	width: 100%;
	background-color: #08364C;
}
UL#menuH LI
{
	display: inline;
	text-align:center;
}
UL#menuH A
{
	display: block;
	float: left;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	width: 11.74%;
}
UL#menuH A:hover
{
	color: #FEFEFE;
	font-weight: bold;
	background:#0099E5 repeat-x;
}

