Drop-Down Menu with Flash Video Below It Transparent When Moused Over only in Firefox

I finally got my drop-down menu to function fine for the major browsers I checked (Safari/Firefox - Mac, IE/Safari - PC) except for Firefox - PC. Right below my navigation is a flash video. I am using the latest version of all these browsers including the latest version of flash. My video requires flash 8 to play. I had added

<param name=“wmode” value=“opaque”>
wmode=“opaque”

to the flash object tag which resolved the issue of the drop-down menu appearing behind the flash video in IE on the PC. Now, in Firefox for the PC, the drop-down menu appears over the flash video but when I mouse over a sub-category that portion of the drop-down menu becomes transparent (or disappears). I am not sure why. Could someone please shed some light on this?

My website is here.

well ur code seems fine for flash, its submenu css you need to some changes

delete background:url(images/menu-item-bg-over.png) from ur submenu hover and it should work fine
i checked it already

good luck

try <param name=“wmode” value=“window”>
wmode=“window”

or

<param name=“wmode” value=“Transparent”>
wmode=“Transparent”

good luck

Try using .jpg or just background color

That seems to help however it then removes the background of the drop-down altogether and makes it transparent. Do I have this right?