Can a javascript/css expert help please

I am having problems with this css/javascript drop down navigation menu on my site www.deadrising2.net

I’m using a very similar drop down menu script as to http://sperling.com/examples/menuh/index.php?i=2 on my site www.deadrising2.net and as you can see, the drop down menu works fine on Firefox, however on IE and Google Chrome, when someone hovers over the menu, it goes behind the flash banner instead of above it. I noticed this problem appears on IE and Chrome but not Firefox.

These are the associated files:

http://www.deadrising2.net/jqueryslidemenu.css
http://www.deadrising2.net/jqueryslidemenu.js

I am willing to donate if you can help me come to a solution, appreciate it

Your HTML for the Flash is incorrect. You need wmode=“transparent” or wmode=“opaque” because the default wmode is window which places the Flash in front of the browser window instead of within the web page.

Thanks for the reply felgall, i updated the flash code with what you said and i still get the same problem in IE and Chrome:

<object wmode=&#8221;opaque&#8221; classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=" width="728" height="90">
<param name="movie" value="http://media.go2speed.org/brand/files/clickrover/108/ringtoneflash.01.EN.728x90.swf" />
<param name="quality" value="high" />
<param name="flashvars" value="Flash 6 - Upskirt&clickTag=http%3A%2F%2Ftracking01a.clickrover.com%2Faff_c%3Foffer_id%3D108%26aff_id%3D118%26file_id%3D2415&clickTAG=http%3A%2F%2Ftracking01a.clickrover.com%2Faff_c%3Foffer_id%3D108%26aff_id%3D118%26file_id%3D2415" />
<param name=&#8221;wmode&#8221; value=&#8221;opaque&#8221;>
<embed src="http://media.go2speed.org/brand/files/clickrover/108/ringtoneflash.01.EN.728x90.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="728" height="90" flashvars="Flash 6 - Upskirt&clickTag=http%3A%2F%2Ftracking01a.clickrover.com%2Faff_c%3Foffer_id%3D108%26aff_id%3D118%26file_id%3D2415&clickTAG=http%3A%2F%2Ftracking01a.clickrover.com%2Faff_c%3Foffer_id%3D108%26aff_id%3D118%26file_id%3D2415"></embed></object>