/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 110px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0; /*???*/
padding: 0;
/*border: 1px solid #e2d0af; couleur du cadre premier niveau*/
line-height:normal; /*pour anihiler la hauteur de ligne de commun.css*/
}

.markermenu ul li a{
/*background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; */
/*background: #FFFFFF; 
background: #e2d0af; */
font: normal 11px Verdana, Helvetica, sans-serif; /*taille police premier niveau*/
color: #ffffff;
display: block;
width: auto;
padding: 3px 0; /*espacement vertical dans le menu de premier niveau*/
padding-left: 4px;/*change le padding à 0 quand pas image de liste*/
text-decoration: none;
border-bottom: 1px solid #FFFFFF; /*lignes entre dans le premier niveau #e2d0af#762283*/
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;  /*change la couleur de fond du premier niveau au survol*/
}


/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #000000; /*change la couleur de fond des sous-niveaux#faf5eb*/
color: white;
}

.blackwhite li a:hover, .blackwhite li a.selected{
background: #762283; /*change la couleur de fond des niveaux suivants au survol*/
color: white;
}
