.MenuGroup
{
	font-size:8px;
	/*background-color:white; 
	border: outset 1px black;*/
}

.MenuItem
{
  font-family:Verdana; 
  font-size:8px;
  font-weight:bold;  
  cursor:default;  
}

.MenuItemOver
{
  background-color:White; 
  color:#E5B044; 
  font-family:verdana; 
  font-size:8px;
  font-weight:bold;
  cursor:hand;  
}

.ItemDisabled
{
  background-color:white; 
  color:gray; 
  font-family:verdana; 
  font-size:8px; 
  font-weight:bold;   
  cursor:default;
}

.Separator
{
	/*background-color:white; 
	margin-left: 10px;
	margin-right: 10px;*/
}
