body
{
}
.MenuItem
{
	border-right: white 1px solid;
	padding-right: 3px;
	border-top: white 1px solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 0px;
	border-left: white 1px solid;
	color: white;
	padding-top: 0px;
	border-bottom: white 1px solid;
	font-family: Arial, Verdana;
	background-color: navy;
}
.MenuItemMouseOver
{
	font-weight: bold;
	font-size: 9pt;
	color: red;
	font-family: Arial, Verdana;
	background-color: #6666ff;
}
.SubMenuItem
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: white 1px solid;
	color: white;
	border-bottom: white 1px solid;
	font-family: Arial, Verdana;
	background-color: blue;
}