div#menu {width: 106px;}

/* fond blanc pour le menu */ 
div#menu a {background-color:  #f0f0f0; font-family : arial; font-size : 9pt; font-weight : bold; color:#666666}
div#menu a:hover {background-color:  #f0f0f0; font-family : arial; font-size : 9pt; font-weight : bold; color:#9B0000}
div#menu ul {padding: 0; width: 106px; border:0px solid; margin:0px; background: white}

/* fond different au survol de la souris pour les sous menu et les "basiques"*/ 
div#menu li:hover {background: #9B0000}
div#menu li.sousmenu:hover {background: #9B0000;}

/* Rajout d'une petite fleche pour les sous menu */ 
div#menu li.sousmenu {background: url(fleche.gif) 95% 50% no-repeat;}

div#menu ul li {position:relative; list-style: none; border-bottom:1px solid #f0f0f0;}
div#menu ul ul {position: absolute; top: -1px; left: 106px; display:none}

/* on rajoute une bordure a gauche et des padding, on doit donc réajuster la taille 100-(8 de bordure + 8 de padding) =84 */ 
div#menu li a {text-decoration: none; padding: 5px 0 5px 4px; display:block; border-left: 5px solid #f1ba43; width:97px}
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {display:block;}

/* la bordure de chaque hauteur a une couleure de survol*/ 
div#menu li a:hover {border-left-color: #9B0000;}
div#menu ul ul li a:hover {border-left-color: #9B0000;}
div#menu ul ul ul li a:hover {border-left-color: #9B0000;}

