
#menu {
float:right;
width:180px;
padding-bottom:3px;
border:solid #006666 0px;
text-align:left;
margin:0;
background:url(images/border-separate.gif) bottom repeat-x ;/**/
}

/*--------------------MENU 1er Niveau----------------------------------------*/

.dhtmlgoodies_question {
/*background:url(images/side_h.gif); #B8D6A2 */
background:url(images/border-separate.gif)  no-repeat 0 0;/**/
color: #000;
/*text-transform:uppercase; */
display:block;
width:172px;
height:22px;
padding-top:10px;
padding-left:8px;
cursor:pointer;
text-align:left;
font-size:11px;
margin:0px 0 0 0px;
font: bolder;
}

.dhtmlgoodies_question2 a {
display:block;
width:172px;
height:22px;
background:url(images/border-separate.gif) no-repeat 0 0;/**/
padding-top:10px;
padding-left:8px;
font-size:11px;
color: #000;
text-decoration:none;
cursor:pointer;
font: bolder;
}

.dhtmlgoodies_question2 a:hover {
display:block;
height:22px;
color: #000;
}

/*--------------------MENU 2e Niveau----------------------------------------*/


#menu ul {
list-style-type:none;
margin:0;
padding:0;
}



#menu ul ul,.dhtmlgoodies_answer {

font-weight:400;
text-align:left;
margin:0;
padding:0;
overflow:hidden;
/*background:#676840;
background:url(images/border-separate_bl.gif) #ECECEC no-repeat 0 0;*/
}



#menu ul ul li {

border:0;
margin:0;
padding:0;

}



#menu ul ul li a {

display:block;
margin-left:0px;
/*background:url(images/border-separate.gif) no-repeat 0 0;
background:url(images/border-separate_bl.gif) #ECECEC no-repeat 0 0;*/
background:url(images/border-separate.gif) repeat-y;
font-size:11px;
text-decoration:none;
width:155px;
color: #666666;
outline:none;
overflow:hidden;
padding:5px 10px 5px 15px;
font: bolder;
border-bottom:#F0EFA5 solid 1px;
}



#menu ul ul li a:hover {

color: #fff;
background: #009999;
background:url(images/border-separate_blue1.gif) repeat-y;

}



#menu ul ul ul.children {

font-size:142%;
padding-left:0px;

}

