This particular problem appears to be some opacity settings.:
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
so it must be cascading down to the menu
opacity: .67;
filter: alpha(opacity=67);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
resetting those values in the menu div should do it