.MenuGroup
{
	background-color:#3F3F3F;
	border: none;		
}

.MenuItem
{
	border-right: lightgrey 1px solid;
	border-top: medium none;
	font-size: 10pt;
	border-left: medium none;
	cursor: hand;
	color: gray;
	border-bottom: medium none;
	font-family: Arial, Verdana, Tahoma;
	background-color: white;
}

.MenuItemHover
{
	background-color:#E9E9E9;
	color:black;
	font-family: Arial, Verdana, Tahoma;
	font-size:10pt;	
	border: none;
	border-right: lightgrey 1px solid;
	cursor:hand;
}

.MenuItemDown
{
	background-color:#E9E9E9;
	color:black;
	font-family: Arial, Verdana, Tahoma;
	font-size:10pt;
	cursor:hand;
	border: none;
	border-right: lightgrey 1px solid;	
} 

.MenuItemLast
{
	border-right: none;
	border-top: medium none;
	font-size: 10pt;
	border-left: medium none;
	cursor: hand;
	color: gray;
	border-bottom: medium none;
	font-family: Arial, Verdana, Tahoma;
	background-color: white;
}

.MenuItemLastHover
{
	background-color:#E9E9E9;
	color:black;
	font-family: Arial, Verdana, Tahoma;
	font-size:10pt;	
	border: none;	
	cursor:hand;
}

.MenuItemLastDown
{
	background-color:#E9E9E9;
	color:black;
	font-family: Arial, Verdana, Tahoma;
	font-size:10pt;
	border: none;	
	cursor:hand;
} 
