
#navigation{
width:100%;
height:40px;
background:#3a8246 url("images/menu.fondo.gif") repeat-x;
}

#navigation ul, li {
	list-style-type: none;
}

#navigation ul {
	margin: 0;
	padding: 0;
}


#navigation li {
display:block;
float: left;
position: relative;
}

.item0{
display:none;
float: left;
position: relative;
}

.niveau1 {
font-size: 9px;
font-weight: bold;

}

.niveau1 a {
font-size:14px;
padding: 9px 20px 2px;
margin:0 3px 8px 3px;
text-decoration: none;
text-align:center;
color: #f9fad2;
display: block;
height:31px;

}
 



.niveau1 a:hover {
color: #fff;
background-color: #f93;
text-decoration:none;

}

.ulniveau2 {
display: none;
width:auto;
font-size:0.9em;
position: absolute;
top: 40px;
left: 0;
z-index: 1000;
font-weight:bold;
background-color:#F6FEC4;
/*border:#ff9933 2px solid;*/
border:#3A8246 3px solid;
border-top-width: 0px ;

}

.niveau2 {
width: 100%;

}

.niveau2 a {
padding: 4px 6px 2px 6px;
text-decoration: none;
margin: 0;
display: block;
height:auto;
color:#3A8246;
border: 2px solid transparent;
border-top:none;
word-spacing: 0;
white-space:nowrap;
text-align:left;
}

.niveau2 a:hover {
background-color:#ff9933 ;
color: #f9fad2;
/*border: 2px solid #c83210;
border-top:none;*/
}

/*#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;
}

/*iexplore6*/
* html .niveau1 a{
	_width:110px;
	_height:15px;
	/*padding-bottom:0;*/
}

* html .niveau1 li {
	_margin:0;
	_padding:0;
}

/* IE6 css fixer v0.4: Thu, 01 Oct 2009 18:34:17 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#navigation li,
.item0 {display:inline;}

/* add zoom:1 to pos:relative elements */
#navigation li,
.item0 {zoom:1;}