.MenuGroup
{
  background-color:#A6B4C0;
  border:solid 1px #00349A; 
  border-top-color:gray;
  border-left-color:gray;
  border-bottom:none 0px #A6B4C0;
  border-top:none 0px #A6B4C0;

}

.MenuItem
{
  background-color:#A6B4C0;
  color:White;
  font-family:verdana;
  font-size:12px;
  font-weight:bold; 
  border:solid 1px #00349A; 
  border-bottom:none 0px #A6B4C0;
  border-top:none 0px #A6B4C0;
  cursor:pointer;
}

.MenuItemHover
{
  background-color:orange;
  color:white;
  font-family:verdana;
  font-size:12px;
  font-weight:bold; 
  border:1px;
  border:solid 1px gold; 
  border-bottom:none 0px #A6B4C0;
  border-top:none 0px #A6B4C0;
  border-right-color:#00349A;
  cursor:pointer;
}

.MenuItemActive
{
  background-color:orange;
  color:white;
  font-family:verdana;
  font-size:12px;
  font-weight:bold; 
  border:solid 1px gold; 
  border-left-color:#00349A;
  border-top-color:#00349A;
  cursor:pointer;
}

.MenuItemExpanded
{
  background-color:orange;
  color:White;
  font-family:verdana;
  font-size:12px;
  font-weight:bold; 
  border:solid 1px orange; 
  border-right-color:#00349A;
  border-bottom:none 0px #A6B4C0;
  border-top:none 0px #A6B4C0;
  cursor:pointer;
}

.MenuBreak
{
  width:100%;
  height:2px;
}