.TopGroup
{
  background-color:#7799CC; 
  border:1px solid #7799CC; 
  border-bottom-color: #7799CC; 
  border-right-color: #7799CC; 
  cursor:default; 
}

.MenuGroup
{
  background-color:#F0F0E1;
  border:1px #F0F0E1 solid; 
  border-style:solid;
  cursor:default; 
}

.TopMenuItem
{
  color:white; 
  font-family: Verdana; 
  font-size:11px; 
  font-weight: bold;
  padding:20px;
  cursor:default; 
}

.TopMenuItemHover 
{
  color:white; 
  background-color:#7799CC; 
  font-family:Verdana; 
  font-size:11px; 
  font-weight: bold;
  cursor:default; 
}

.MenuItem
{
  border: 1px solid #F0F0E1; 
  color:#000;
  font-family:Verdana; 
  font-size:11px; 
  cursor:default; 
}

.MenuItemHover 
{
  background-color:#F0F0E1; 
  color: #003399;
  border: 1px solid #F0F0E1; 
  border-top-color: #F0F0E1; 
  border-left-color: #F0F0E1;
  font-family:Verdana; 
  font-size:12px; 
  cursor:default;
  font-weight: bold 
}

.MenuItemExpanded
{
  background-color:#F0F0E1; 
  color: #003399;
  border: 1px solid #F0F0E1; 
  border-top-color: #F0F0E1; 
  border-left-color: #F0F0E1;
  font-family:Verdana; 
  font-size:12px; 
  cursor:default; 
  font-weight: bold 
}

.MenuBreak
{
  background-color: silver; 
  width:100%;
  height:2px;
}