#navigation { height:38px; background: url(bande-big.gif) no-repeat; width:860px; font-family: georgia,times,serif; text-transform:uppercase; padding:4px 0 0 8px; } #navigation li { float: left; position: relative; } .niveau1 { font-size: 12px; } .niveau1 a { padding: 4px 8px; text-decoration: none; color: #fff; display: block; } .niveau1 a:hover { color: #fff; background-color:#B30000; } .ulniveau2 { display: none; width: 16em; position: absolute; top: 22px; left: 0; z-index: 1000; font-size: 11px; background-color:#B30000; } .niveau2 { width: 100%; } .niveau2 a { text-decoration: none; padding: 4px 6px; margin: 0; display: block; } .niveau2 a:hover { color: #fff; background-color:#BF220A; } /*#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; }