.MenuGroup
{ 	
	background-color:#cccccc;
	border-style:solid;
	border-width:0px;
	border-color: Black;
	cursor: pointer;
	cursor: hand;	
	padding: 3px;
	text-align: left;
}

.MenuItem
{
	border-style:solid;
	border-width:1px;
	border-color:#cccccc; 
	font-family:Arial;
	cursor: pointer;
	cursor: hand;
	padding: 1px;
	font-size:10pt;
	text-align: left;
}

.MenuItemClicked
{
	background-color: Red;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc; 
	font-family:Arial;
	cursor: pointer;
	cursor: hand;
	padding: 1px;
	font-size:10pt;
	text-align: left;
}

.MenuItemOver
{
	background-color:#ececec;
	border-style:solid;
	border-width:1px;
	border-color:#acacac; 
	cursor: pointer;
	cursor: hand;	
	font-family:Arial;
	font-size:10pt;
	padding: 1px;
	text-align: left;
}

.Separator
{
	background-color: Transparent; 
	margin-left: 0px;
	margin-right: 0px;
}

.Spacer
{
	background-color: Transparent; 
}