Internet Explorer Problem mit Menü

DeathmasterSAS
ich habe ein CSS Menü in meinem Forum was aber irgendwie nur mit dem Firefox funktioniert...

nun würde ich gern wissen warum ? wer könnte mir sagen wie ich es auch für Internet Explorer fit bekomm.


hier der CSS Code

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
#menu { width: 57%; background: #eee; }

#menu ul { list-style: none; margin: 0; padding: 0; width: 100px; float: left; }

#menu a, #menu h2
  { font: bold 11px/16px arial, helvetica, sans-serif;
  display: block; border-width: 0px; border-style: solid;
  border-color: #ccc #888 #555 #bbb;
  margin: 0; padding: 2px 3px; }

#menu h2 { color: #FF8635; background: #96D12C; text-transform: uppercase; }

#menu a { color: #000; background: #efefef; text-decoration: none; }

#menu a:hover { color: #a00; background: #fff; }

#menu li {position: relative;}

#menu ul ul { position: absolute; z-index: 500; }

#menu ul ul ul { position: absolute; top: 0; left: 100%; }

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
  {display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
  {display: block;}


Im template ist es mit <div> <ul> und <li> geregelt

( poste ich jetzt nicht ^^ will ja nicht das schlaumeier es kopieren -.- )
Benedikt
darf man sich das forum auch mal angucken, bzw. den fehler?
DeathmasterSAS
ist glaube ich nicht nötig :-) wer sich damit auskennt wird doch wissen warum.

aber hier

http://dragonxfire.dr.funpic.de/vista/index.php