.MenuGroup
{ 	
	background-color: #800000;
	border-style:solid;
	border-width:1px;
	border-color: #800000;
	cursor: pointer;
	cursor: hand;	
	padding: 0px;
	text-align: left;
}

.MenuItem
{
	background-color: #800000;
	border-style:solid;
	border-width:1px;
	border-color:#800000; 
	font-family: Tahoma;
	cursor: pointer;
	cursor: hand;
	color: White;
	padding: 0px;
	font-size:10pt;
	text-align: left;
}

.MenuItemClicked
{
	background-color: Red;
	border-style:solid;
	border-width:1px;
	border-color:#f5f5f5; 
	font-family:Tahoma;
	cursor: pointer;
	cursor: hand;
	padding: 0px;
	font-size:10pt;
	text-align: left;
}

.MenuItemOver
{
	background-color: #fff1ec;
	border-style:solid;
	border-width:1px;
	border-color:black; 
	color: #800000;
	cursor: pointer;
	cursor: hand;	
	font-family:Tahoma;
	font-size:10pt;
	padding: 0px;
	text-align: left;
}

.Separator
{
	background-color: Transparent; 
	margin-left: 2px;
	margin-right: 2px;
}

.Spacer
{
	background-color: Transparent; 
}