.menuitem
{
	padding-top: 12px;
	padding-left: 8px;
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 10pt;
	color: Black;
	background-color: #DE9B42;

}

A.menuitem
{
	font-family: Arial;
	font-style: normal;
	font-size: 10pt;
	font-weight: bolder;
	text-decoration: none;
	color: Black;
}

A.menuitem:hover
{
	font-weight: bolder;
	font-size: 10pt;
	color: white;
	font-style: normal;
	font-family: Arial;
	text-decoration: none;
}
.MenuBackground
{
	font-family: Arial;
	background-color: #DE9B42;
}

