.ulniveau3, .ulniveau4, .ulniveau5, .ulniveau6 { display: none; } #navigation { z-index: 100; } .item0 { display:none; } #navigation li { float: left; position: relative; } .niveau1 { font-size: 13px; } .niveau1 a { margin-left: 6px; margin-right: 8px; text-decoration: none; color: #fff; padding-bottom: 6px; display: block; } .niveau1 a:hover { color: #ff0000; } .ulniveau2 { display: none; width: 12em; position: absolute; top: 1.6em; left: 0; background-color: #2f608e; z-index: 10000; font-size: 12px; } .niveau2 { } .niveau2 { width: 100%; } .niveau2 a{ text-decoration: none; padding: 6px 6px; margin: 0; display: block; border-top: 1px solid #fff; } .niveau2 a:hover { background-color: #1C3955; color: #fff; } /*#navigation li>ul { to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left top: auto; left: auto; }*/ #navigation li:hover ul, li.over ul { /* lists nested under hovered list items */ display: block; }