.TopMenuGroup
{
  border:solid 1px #003167;
  background-color:#339999;
}

.MenuGroup
{
  border:solid 1px #003167;
  background-color:#339999;
}

.TopMenuItem
{
  background-image: url(/common/images/menu/smooth_blue/top_item_bg.gif); 
  color:white;
  font-family:verdana;
  font-size:11px;
  width:75px;
  height:18px;
  cursor:pointer;
}

.TopMenuItemHover
{
  background-image: url(/common/images/menu/smooth_blue/top_item_hover_bg.gif); 
  color:white;
  font-family:verdana;
  font-size:11px;
  width:75px;
  height:18px;
  cursor:pointer; 
}
 
.MenuItem
{
  background-color:White;
  color:#285D9F;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  border: solid 1px white;
  cursor:pointer;
}

.MenuItemHover
{
  background-color:#EEEEEE;
  font-family:verdana;
  color:#339999;
  font-size:11px;
  font-weight:bold;
    border: solid 1px white;
  cursor:pointer;
}
 .DisabledMenuItem
{
  background-color:White;
  color:#cccccc;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
    border: solid 1px white;
  cursor:pointer;
}

.DisabledMenuItemHover
{
  background-color:#EEEEEE;
  color:#cccccc;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  border: solid 1px white;
  cursor:pointer;
}
