.TopGroup
{
  background-color:#DDD; 
  border:1px #8394AC solid; 
  cursor:default; 
  font-size:12px;
  font-weight:bold;
}

.MenuGroup
{
  background-color:#F5F5F5;
  border:1px #4E5358 solid; 
  border-style:solid;
  cursor:default; 
  font-size:12px;
  font-weight:bold;
}

.TopMenuItem
{
  border-bottom: 1px solid #F5F5F5; 
  color:black;
  font-family:tahoma; 
  font-size:12px; 
  cursor:default; 
  font-weight:bold;
  background: url(../images/arrow.gif) no-repeat right;
}

.TopMenuItemHover 
{
  background: url(../images/arrow.gif) no-repeat right;
  background-color:#E4F1F7; 
  color:#00025C;
  border-bottom: 1px solid #AADAED; 
  font-family:tahoma; 
  font-size:12px; 
  cursor:default;
  font-weight:bold;
}

.MenuItem
{
  border-bottom: 1px solid #F5F5F5; 
  color:black;
  font-family:tahoma; 
  font-size:12px; 
  cursor:default; 
  font-weight:bold;
}

.MenuItemHover 
{
  background-color:#E4F1F7; 
  color:#00025C;
  border-bottom: 1px solid #AADAED; 
  font-family:tahoma; 
  font-size:12px; 
  cursor:default;
  font-weight:bold;
}