.TopMenuGroup
{
  border:solid 0px #003167;
  background-color:#4379C1;
}

.MenuGroup
{
  border:solid 1px #666666;
  background-color:#f9eac3;
}

.TopMenuItem
{
  background-image: url(images/menu_blank.gif); 
  color:Black;
  font-family:verdana;
  font-size:11px;
  width:143px;
  height:19px;
  cursor:pointer;
  text-align:center;
}

.TopMenuItemHover
{
  background-image: url(images/menu_blank.gif); 
  color:Black;
  font-family:verdana;
  font-size:11px;
  width:143px;
  height:19px;
  cursor:pointer;
  text-align:center;
}

.MenuItem
{
  background-color:#f9eac3;
  color:#000000;
  font-family:verdana;
  font-size:11px;
  border: solid 0px white;
  cursor:pointer;
  width:150px;
}

.MenuItemHover
{
  background-color:#425D8C;
  color:#FFFFFF;
  font-family:verdana;
  font-size:11px;
  border: solid 0px white;
  cursor:pointer;
  width:150px;
}

