.MenuGroup
{
      background-color:Transparent; 
       
}

.MenuItem
{
	border-right: white 1px solid;
	padding-right: 3px;
	border-top: white 1px solid;
	padding-left: 3px;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: white 1px solid;
	cursor: hand;
	color: white;
	padding-top: 3px;
	border-bottom: white 1px solid;
	font-family: verdana;
	background-color: #2a0e72;
	font-weight:bold;
}

.MenuItemOver
{
 border-right: white 1px solid;
	padding-right: 3px;
	border-top: white 1px solid;
	padding-left: 3px;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: white 1px solid;
	cursor: hand;
	color: #c9b997;
	padding-top: 3px;
	border-bottom: white 1px solid;
	font-family: verdana;
	background-color: #2a0e72;
	font-weight:bold;
  cursor:hand;
  
}

.ItemDisabled
{
  background-color:Transparent; 
  color:gray; 
  font-family:verdana; 
  font-size:14px; 
  padding:3px;   
  cursor:default;
}


.Separator
{
      background-color:Transparent; 
      margin-left: 10px;
      margin-right: 10px;
}


