Seba: Probleme mit Menu

Beitrag lesen

Hallo...hab eine Template mit Stylesheet für Typo3 gemacht...

hier der wichtige teil:

#Menu {
 position:absolute;
 top:195px;
 left:20px;
 width:172px;
 padding:10px;
 background-color:#eee;
 border:1px dashed #999;
 line-height:17px;
/* Again, the ugly brilliant hack. */
 voice-family: ""}"";
 voice-family:inherit;
 width:150px;
 }
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

nu hab ich also das menu innerhalb des <div id="Menu"> stehn...

Typo gibt darin diesen tag hier aus: <div class="menu-level2-no">Menu Item 1</div>
per stylesheet soll das hiermit eingerückt werden:

#menu1-level2-no{
 padding-left: 20px;
         }

es bleibt aber genau so wie es vorher auch war...es soll qasi bisserl eingerückt sein damit das aussieht als ob das menu aufklappt....

kann mit jemand helfen??