.MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #FFFDE4;
	background-image: url(../../files/FHFRA/Theme/ButtonBack.jpg);
	text-align: right;
	width: 176px;
	border-top-style: solid;
	border-top-color: #FF7F4D;
	border-right-color: #FF7F4D;
	border-bottom-color: #FF7F4D;
	border-left-color: #FF7F4D;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	padding-right: 5px;
}
.SubMenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #FFFDE4;
	background-image: url(../../files/FHFRA/Theme/ButtonBack.jpg);
	text-align: right;
	width: 176px;
	border-top-style: solid;
	border-top-color: #FF7F4D;
	border-right-color: #FF7F4D;
	border-bottom-color: #FF7F4D;
	border-left-color: #FF7F4D;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	padding-right: 5px;
}

.MenuItemHover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF6600;
	background-color: #FFFDE4;
	text-align: right;
	width: 176px;
	border-top-style: solid;
	border-top-color: #FF7F4D;
	border-right-color: #FF7F4D;
	border-bottom-color: #FF7F4D;
	border-left-color: #FF7F4D;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	padding-right: 5px;
	font-weight: bold;
}
.SubMenuItemHover {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF6600;
	background-color: #FFFDE4;
	text-align: right;
	width: 176px;
	border-top-style: solid;
	border-top-color: #FF7F4D;
	border-right-color: #FF7F4D;
	border-bottom-color: #FF7F4D;
	border-left-color: #FF7F4D;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	padding-right: 5px;
	font-weight: bold;
}
.Content {
	padding: 10px;

}
.ContentBack
{
	background-image: url(../../files/FHFRA/Theme/Background.gif);
	background-repeat: no-repeat;
	background-position: 200px 0px;
}