body { behavior: url(csshover.htc); }
div#pxm07 {z-index: 0; width: 150px;}

/* fond blanc pour le menu */ 
div#pxm07 a {color: #7e0000}
div#pxm07 ul {color: #7e0000; border-color: white; border-width: 1px; border-style: solid; width: 150px;}

/* fond different au survol de la souris pour les sous menu et les "basiques"*/ 
div#pxm07 li:hover {width: 150px; background-color: #cfbaaa; color: #7e0000;}
div#pxm07 li.pxsm:hover { width: 150px; color: #7e0000; background: #cfbaaa;}

/* Rajout d'une petite fleche pour les sous menu */ 
div#pxm07 li.pxsm {z-index: 100;}

div#pxm07 ul li { position:relative; list-style: none;}
div#pxm07 ul ul {position: absolute; top: -1px; left: 150px; 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#pxm07 li a { padding-left: 8px; border-bottom-color: #e1e1e1; border-bottom-style: solid; border-left-style: solid; border-bottom-width: 1px; color: #7e0000; border-left-color: white; height: 15px; padding-right: 0px; padding-bottom: 7px; padding-top: 7px; text-decoration: none; display:block; width: 150px}
div#pxm07 ul.pxm07-l1 li.pxsm:hover ul.pxm07-l2, 
div#pxm07 ul.pxm07-l2 li.pxsm:hover ul.pxm07-l3,
div#pxm07 ul.pxm07-l3 li.pxsm:hover ul.pxm07-l4 {width: 150px; border-left-color: white; border-left-style: solid; display:block;}

/* la bordure de chaque hauteur a une couleure de survol*/ 
div#pxm07 li a:hover { width: 150px; color: #7e0000; background-color: #cfbaaa; border-left-style: solid; border-left-color: #888b00;}
div#pxm07 ul ul li a:hover { width: 150px; border-left-color: white;}
div#pxm07 ul ul ul li a:hover { width: 150px; border-left-color: white;}
