Here are the lines added to the .CSS file, in the
.easyMenu class:
filter:
Alpha(Opacity=80);
-moz-opacity:
0.8;
opacity:
.8;
Note: first line is for Internet Explorer, second one is for FireFox, third is for all CSS2 compliant browsers. You won't get any errors using all lines.