.TopMenuGroup
{
  border:solid 1px #003300;
  background-color:#4F9854;
}

.MenuGroup
{
  border:solid 1px #4F9854;
  background-color:#EEEEEE;
}

.TopMenuItem
{
  background-image: url(images/top_item_bg.gif); 
  color:white;
  font-family:verdana;
  font-size:11px;
  width:80px;
  height:18px;
  cursor:pointer;
}

.TopMenuItemHover
{
  background-image: url(images/top_item_hover_bg.gif); 
  color:white;
  font-family:verdana;
  font-size:11px;
  width:80px;
  height:18px;
  cursor:pointer;
}

.MenuItem
{
  background-color:White;
  color:#6699CC;
  font-family:verdana;
  font-size:10px;
  border: solid 1px white;
  cursor:pointer;
}

.MenuItemHover
{
  background-color:#EEEEEE;
  color:#285D9F;
  font-family:verdana;
  font-size:10px;
  border: solid 1px white;
  cursor:pointer;
}


