#navigation {
}

#navigation .niveau1 {
position:relative;
float:left;
padding:0 0 10px 0;
margin-right:12px;
height:12px;
}

.niveau1 {
font-size: 12px;
}

.niveau1 a {
text-decoration: none;
color: #fff;
}

.niveau1 a:hover {
color: #FF5125;
}

.ulniveau2 {
display: none;
width: 18em;
position: absolute;
top: 16px;
left: 0;
z-index: 300;
font-size: 11px;
}

.niveau2 {
width: 100%;
padding:1px 0;
}

.ulniveau2 a {
text-decoration: none;
color:#eee;
background: url('fond-menu.png') repeat;
padding:1px 3px;
}

.ulniveau2 a:hover {
background-color: #333;
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;
}
