/* Control the appearance of the menu text */
.MenuItemIE{
	text-decoration: none ! important;
	font: 9pt Arial ! important;
	color: black ! important;
	cursor: hand ! important;
}
.MenuItemNS6{
	text-decoration: none ! important;
	font: 9pt Arial ! important;
	color: black ! important; 
	cursor: hand ! important;
}
.MenuItemNS4{
	text-decoration: none ! important;
	font: 9pt Arial ! important;
	color: black ! important;
	cursor: hand ! important;
}
/* color of menu text while mouse is over it */
a.MenuItemNS6:hover{ color: blue ! important; }
a.MenuItemIE:hover{ color: blue ! important; }
