.MenuGroup
{ 	
	background-color:none;
	border-style:none;
	border-width:1px;
	border-color: Black;
	cursor: pointer;
	cursor: hand;	
	padding: 1px;
	text-align: left;
}

.MenuItem
{
	font-weight:bold;
	color:White;
	border-style:none;
	border-width:1px;
	border-color:#f5f5f5; 
	font-family: Verdana;
	cursor: pointer;
	cursor: hand;
	padding: 1px;
	font-size:8pt;
	text-align: left;
}

.MenuItemClicked
{
	font-weight:bold;
	color:White;
	background-color: none;
	border-style:none;
	border-width:1px;
	border-color:#f5f5f5; 
	font-family:Verdana;
	cursor: pointer;
	cursor: hand;
	padding: 1px;
	font-size:8pt;
	text-align: left;
}

.MenuItemOver
{
	font-weight:bold;
	background-color:none;
	border-style:none;
	border-width:1px;
	border-color:black; 
	cursor: pointer;
	cursor: hand;	
	font-family:Verdana;
	font-size:8pt;
	padding: 1px;
	text-align: left;
	color:blue;
}

.Separator
{
	background-color: Transparent; 
	margin-left: 2px;
	margin-right: 2px;
}

.Spacer
{
	background-color: Transparent; 
}