/*
 * Horizontal Menu without JavaScript
 *
 *
 */
#MenuH
{	
	clear: both;
   float: none;
	position: absolute;
	left: 8em; 
	top: 4em;
	white-space: nowrap;
	width: 600px;
}
#MenuH A.MenuHItem
{
	display: block;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;	
   margin-left: 0px;
	margin-right: 20px;
}
#MenuH A.MenuHItem:hover
{
	text-decoration: underline;
}
#MenuH A.MenuHSelected
{
	display: block;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
	color: black;
	text-decoration: none;	
   margin-left: 0px;
	margin-right: 20px;
	font-weight: bolder;
}
#MenuH A.MenuHSelected:hover
{
	text-decoration: underline;
}
