.TopMenuGroup
{
  border:;
/*background-color:#285D9F;*/
  background-image: ; 
  
}

.MenuGroup
{
  border:solid 1px #003167;
  background-color:#EEEEEE;
}

.TopMenuItem
{
 /* background-color: #285D9F;*/
  color:White;
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  width:125px;
  height:22px;
  cursor:pointer;
  border:#c0ac87;
}

.TopMenuItemHover
{

  color:Black;
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  width:125px;
  height:22px;
  cursor:pointer;
}

.MenuItem
{
  background-color:White;
  color:Black;
  font-family:verdana;
  font-size:10px;
  border: #285D9F;
  cursor:pointer;
  background-image: ; 
}

.MenuItemHover
{
  background-color:white;
  color:Black;
  font-family:verdana;
  font-size:10px;
  border:#285D9F;
  cursor:pointer;
  background-image: ; 
}

