.TopMenuGroup
{
  border:solid 0px #003167;
  background-color:#4379C1;
}

.MenuGroup
{
  border:solid 0px #003167;
  background-color:#EEEEEE;
}

.TopMenuItem
{
  background-image: url("/menuImages/top_item_bg.gif"); 
  color:white;
  font-family:verdana;
  font-size:11px;
  width:100px;
  height:22px;
  cursor:pointer;
  background-repeat: no-repeat
}

.TopMenuItemHover
{
  background-image: url("/menuImages/top_item_hover_bg.gif"); 
  color:white;
  font-family:verdana;
  font-size:11px;
  width:100px;
  height:22px;
  cursor:pointer;
  background-repeat: no-repeat
}

.MenuItem
{
  background-color: white;
  color:#285D9F;
  font-family:verdana;
  font-size:10px;
  border: solid 1px white;
  cursor:pointer;
}

.MenuItemHover
{
  background-color: rgb(248,195,127);
  color:Black;
  font-family:verdana;
  font-size:10px;
  border: solid 1px white;
  cursor:pointer;
}