div#nav {
display: block;
z-index: 1000;
position: absolute; 
right: 0;



font-size:18px;
background:#fff;
}
.menu{padding-left:10px;}
.menu a{
       font-family:"Trebuchet MS";
        font-size:13px;
        background-color:#FFF;
      }

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

.menu ul {
	width: 11em;
}

.menu a {
        background-color:#f0f9fc;
        border-right:1px solid #00a6eb;
	text-decoration: none;
	color: #00a6eb;
	padding: 3px 10px;
	display: block;
	position: relative;
     }
/*positionne les menus niveau 2 et plus*/
.menu ul{padding-top:13px;
}
/* retire les borders pour les sous niveaux*/
.menu ul li a{border:none;width:150px;}

.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: 200px;}
.menu ul li a:hover{background:#00a6eb;white-space:nowrap;color:#fff;}

.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;
	
}
.menu ul li ul {
margin:0;
padding:0;
margin-left:-30px;
	}

/* 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 {
	
}

