.MenuGroup
{
      background-color:Transparent; 
       
}

.MenuItem
{
  background-color:white; 
  color:Black; 
  font-family:verdana; 
  font-size:10px;
  font-weight:bold;
  border-bottom:solid; 
  border-bottom-color:#CCCC98;
  border-bottom-width:5px;
  padding: 0px; 
  cursor:hand;
}

.MenuItemOver
{
  background-color:white; 
  color:Black; 
  font-family:verdana; 
  font-size:10px;
  font-weight:bold;
  border-bottom:solid; 
  border-bottom-color:#CCCC98;
  border-bottom-width:5px;
  padding: 0px; 
  cursor:hand;

}

.ItemDisabled
{
  background-color:white; 
  color:Black; 
  font-family:verdana; 
  font-size:10px;
  font-weight:bold;
  border-bottom:solid; 
  border-bottom-color:#CCCC98;
  border-bottom-width:5px;
  padding: 0px; 
  cursor:hand;
}


.Separator
{
      background-color:Transparent; 
      margin-left: 10px;
      margin-right: 10px;
}


