I don't see any image applied at all. When you made the first post you were not a donor yet and I didn't look closely enough. If you just want to add transparency to the menu items, so that the background shines through, don't use images at all:
HTML Code:
ul#rmenu2 li:hover,
ul#rmenu2 li:sfhover {
filter: alpha(opacity=40);
-moz-opacity:.40;
opacity:.40;
}
try with the <A> instead if this doesn't work or looks bad
HTML Code:
ul#rmenu2 li a:hover {
filter: alpha(opacity=40);
-moz-opacity:.40;
opacity:.40;
}
Increase the values for less transparency