.MenuGroup
{
  background-color:#999999;
}

.MenuItem
{
  background-color:#999999;
  color:white;
  font-family:verdana;
  font-size:12px;
  cursor:hand;
  border-bottom-width:1px;
  border-bottom-style:solid;
}

.MenuLastItem
{
  background-color:#999999;
  color:white;
  font-family:verdana;
  font-size:12px;
  cursor:hand;
}

.MenuItemHover
{
  background-color:#cccccc;
  color:black;
  font-family:verdana;
  font-size:12px; 
  cursor:hand;
  border-bottom-width:1px;
  border-bottom-style:solid;
}

.MenuLastItemHover
{
  background-color:#cccccc;
  color:black;
  font-family:verdana;
  font-size:12px; 
  cursor:hand;
}

.MenuItemActive
{
  background-color:#999999;
  color:black;
  font-family:verdana;
  font-size:12px; 
  cursor:pointer;
  border-bottom-width:1px;
  border-bottom-style:solid;
}

.MenuLastItemActive
{
  background-color:#999999;
  color:black;
  font-family:verdana;
  font-size:12px; 
  cursor:pointer;
}

.MenuItemExpanded
{
  background-color:#999999;
  color:white;
  font-family:verdana;
  font-size:12px; 
  cursor:pointer;
  border-bottom-width:1px;
  border-bottom-style:solid;
}

.MenuLastItemExpanded
{
  background-color:#999999;
  color:white;
  font-family:verdana;
  font-size:12px; 
  cursor:pointer;
}

.MenuBreak
{
  width:100%;
  height:10px;
  color:White;
  cursor:pointer;
}
