.TopMenuGroup
{

}

.MenuGroup
{
  border:solid 1px #003167;
  background-color:#EEEEEE;
}

.TopMenuItem
{
  background-image: url(../images/top_item_bg_b.gif); 
  color:white;
  font-family:verdana;
  font-weight:bold;
  font-size:10px;
  width:75px;
  height:22px;
  cursor:pointer;
}

.TopMenuItemHover
{
  background-image: url(../images/top_item_hover_bg_b.gif); 
  color:white;
  font-family:verdana;
  font-weight:bold;
  font-size:10px;
  width:75px;
  height:22px;
  cursor:pointer;
}

.MenuItem
{
  background-color:White;
  color:#828282;
  font-family:verdana;
  font-size:10px;
  border: solid 1px white;
  cursor:pointer;
}

.MenuItemHover
{
  background-color:#EEEEEE;
  color:#646464;
  font-family:verdana;
  font-size:10px;
  border: solid 1px white;
  cursor:pointer;
}

