a.MainMenuItem
{ font-family : Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
  font-size   : 11px;
  font-weight : bold;
  letter-spacing: 0px;
  color       : #EEEEEE;
  height      : 20px;
  padding     : 0px;
  padding-top : 1px;
  padding-bottom: 0px;
  padding-left: 12px;
  padding-right: 10px;
  position    : relative;
  top         : 0px;
  margin      : 0px;
  cursor      : default;
}

a.SubMenuItem1:hover
{ background-color: #fecd8b;
  color: #000000;
  filter: alpha(opacity=90);
  text-decoration: none;
}
a.SubMenuItem2:hover
{ background-color: #c3dbf7;
  color: #000000;
  filter: alpha(opacity=90);
  text-decoration: none;
}
a.SubMenuItem3:hover
{ background-color: #e1c5f6;
  color: #000000;
  filter: alpha(opacity=90);
  text-decoration: none;
}
a.SubMenuItem4:hover
{ background-color: #dbf7c4;
  color: #000000;
  filter: alpha(opacity=90);
  text-decoration: none;
}
a.SubMenuItem5:hover
{ background-color: #dedede;
  color: #000000;
  filter: alpha(opacity=90);
  text-decoration: none;
}

