Overlap all Html Elements on the Page
Submenus drop down over all the objects of the page (select, flash, object, embed).
If for some reasons a submenu can't drop down over an flash object you should add the following parameters to your flash:
<OBJECT ...>
...
<param name="wmode" value="opaque">
<EMBED ... wmode="opaque" ...
...
</EMBED>
</OBJECT>