.menudynamique{ width:650px;}
.menu a{
        
      }

.menu, .menu ul li {
	color: #fff;border: 0px;
}

.menu ul {
	width: 11em;
}

.menu a {    
        border-right:1px solid #676767;
	text-decoration: none;
	color: #000;
	padding: .4em .7em;
	display: block;
	position: relative;
}
/* retire les borders pour les sous niveaux*/
.menu ul li a{border:none;font-size:11px;}

.menu a:hover, .menu li:hover>a {
	/*pour changer la couleur de rollover de tous les menus*/
}
/* force l'affichage sur une seule ligne*/
.menu ul li {white-space:nowrap; width: 150px;text-align:left; background:#BFBEA7}
.menu ul li a:hover{white-space:nowrap}

.menu li li {	/* create borders around each item */
	border: 0px;
	font-size:11px;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
	
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 0px;
	
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	
}
