body {behavior: url(csshover.htc);}
div#menu-vertical {width: 180px;}

/* fond  pour le menu */ 
div#menu-vertical a {color: white;
	font-weight: bold;
	line-height: 20px;
}
div#menu-vertical ul {padding: 0; width: 180px; margin: 0; background: #;
/*	border: thin solid white; */
}

/* fond different au survol de la souris pour les sous menu et les "basiques"*/ 
div#menu-vertical li a:hover {background: #C5CCDE;
	color: #000;
}
div#menu-vertical li {background: #C5CCDE}
div#menu-vertical li.sousmenu:hover {background: #C5CCDE;}

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

div#menu-vertical ul li {position:relative; list-style: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
	background-color: #;
}
div#menu-vertical ul ul {position: absolute; top: 0px; left: 166px; display:none}

/* on rajoute une bordure a gauche et des padding, on doit donc réajuster la taille 180-(14 de padding) =166  */ 
div#menu-vertical li a {text-decoration: none; padding: 1px 0 0 15px; display:block;  width:166px;
	background-color: #8a96b5;
	margin-bottom: 10px;
}
div#menu-vertical ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#menu-vertical ul.niveau2 li.sousmenu:hover ul.niveau3 {display:block;}
div#menu-vertical ul.niveau3 li.sousmenu:hover ul.niveau4 {display:block;}
div#menu-vertical ul.niveau4 li.sousmenu:hover ul.niveau5 {display:block;}

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

