.TopMenuGroup
{
  border:background-color:#285D9F;
}

.MenuGroup
{
  border:solid 1px #003167;
  background-color:#EEEEEE;
}

.TopMenuItem
{
 /* background-color: #285D9F;*/
  color:#27395D;
  font-family:Arial;
  font-size:13px;
  font-weight:bold;
  text-align:center;
  width:125px;
  height:22px;
  cursor:pointer;
  border:#c0ac87;
}

.TopMenuItemHover
{

  color:#FFFFFF;
  font-family:Arial;
  font-size:13px;
  font-weight:bold;
  text-align:center;
  width:125px;
  height:22px;
  cursor:pointer;
}

.MenuItem
{
  background-color:#89A4C1;
  color:#27395D;
  font-family:Arial;
  font-weight:bold;
  font-size:13px;
  border:white;
/*  border: #285D9F; */
  cursor:pointer;
  background-image: ; 
}

.MenuItemHover
{
  background-color: #89A4C1;
  color: #FFFFFF;
  font-family:Arial;
  font-weight:bold;
  font-size:13px;
  border:white;
  cursor:pointer;
  background-image: ; 
}

