.MenuItem
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	background-color: Navy;
	cursor: default;
}

.MenuItemHover
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	background-color: #839de9;	
	cursor: default;
}

.MenuBreak
{
	background-color: #839de9;	
}

.SubMenuItem
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	background-color: #000496;
	cursor: default;
}

.SubMenuItemHighlight
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	background-color: #1c57ff;
	cursor: default;
}

.SubMenuItemAccelerated
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	background-color: Maroon;
	cursor: default;
}

.SubMenuItemHover
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	background-color: #839de9;	
	cursor: default;
}
