#MenuH
{
	margin-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #C10005;
	border-right-color: #C10005;
	border-bottom-color: #C10005;
	border-left-color: #C10005;
	
}

#MenuH a
{
	display:block;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 2px;
	list-style-type: disc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}

#MenuH a:hover
{
	color: #ffffff;
	background-color: #BE0D03;
	text-decoration: none;
}

