.TopMenuGroup
{
  xborder:solid 1px #F0F0E0;
  xbackground-color:#993333;
}

.TopMenuItem
{
	color: #F0F0E0;
	background-color:#993333; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; 
	border:1px;
	border-style:solid;
	border-top-color:#807C66;
	border-right-color:maroon; 
	border-bottom-color:maroon;
	border-left-color:#807C66;
	cursor:hand;
}

.TopMenuItemHover
{
	border-right: maroon 1px solid;
	border-top: #807C66 1px solid;
	font-size: 11px; 
	border-left: #807C66 1px solid;
	cursor: hand;
	color: #F0F0E0;
	border-bottom: maroon 1px solid;
	font-family: verdana;
	background-color: #996666;
}

.MenuGroup
{
	background-color: #f0f0e0;
}

.MenuItem
{
	font-size: 11px;
	cursor: hand;
	color: #f0f0e0;
	border-top-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	background-color: #993333;
	border-bottom-style: none;
}

.MenuItemHover, .MenuItemDown
{
	font-size: 11px;
	cursor: hand;
	color: #f0f0e0;
	border-top-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	background-color: #996666;
	border-bottom-style: none;
}
