Sono 2 giorni che cerco, appena posto...trovo la soluzione

Riporto la soluzione:

(in inglese)

(a) add wmode=transparent to SWFObject embed script

(b) insert into SWFObject <div id="flash"> a CSS style property z-index:-1; (or create a
CSS class for div id="flash")

(c) set <body> tag with style .. position:relative;left:0px;top:0px;z-index:0;
(otherwise Firefox does not accept negative z-index)

(d) set your floating container (containing drop down menu) with high z-index: ;
(your CSS .. css/tdwi_layout.css .. shows z-index: 400 so it should be o.k.)

A me è bastato il punto (a).

Scusate