.MenuGroup
{ 	
	background-color: white; 
	cursor:pointer;
	cursor:hand;
	padding: 1px;
	text-align: left;
	color:Red;
	font-family:verdana,arial,helvetica,sans-serif;	
}

.MenuItem, .MenuItemOver
{
	color:#D6D6D6;
	font-size:8pt;
	background-color:#003366;	
	padding:2px;
	font-weight:bold;	
	width:112px;		
}

.MenuItemOver
{
	color:white;
}

.dropdowngroup
{
	color:#D6D6D6;
	font-size:8pt;
	background-color:#003366;	
	padding:2px;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;			
}

.dropdowngroupOver
{
	color:white;
}
