/* ------- Horizontal Menu ------- */

/* initial settings of the top navigation items */
#n1 { top: 105px; left: 260px;  background-color: rgb(0,51,102); width: 50px; }		/* Home */
#n2 { top: 105px; left: 310px;  background-color: rgb(0,51,102); width: 160px; }	/* Secteur */
#n3 { top: 105px; left: 470px;  background-color: rgb(0,51,102); width: 140px; }	/* Employeur */
#n4 { top: 105px; left: 610px;  background-color: rgb(0,51,102); width: 190px; }	/* Pension */
#n5 { top: 105px; left: 800px;  background-color: rgb(0,51,102); width: 110px; }	/* Lexique */
#n6 { top: 105px; left: 910px;  background-color: rgb(0,51,102); width: 100px; }	/* Link */
#n7 { top: 105px; left: 1010px; background-color: rgb(0,51,102); width: 100px; }	/* Contact */
#n8 { top: 105px; left: 1160px; background-color: rgb(0,51,102); width: 50px; }

/* initial settings of the pull down menu navigation items */
#navMenu #n1 ul { background-color: rgb(241,232,223); }
#navMenu #n2 ul { background-color: rgb(241,232,223); width: 200px; }
#navMenu #n3 ul { background-color: rgb(241,232,223); width: 200px; }
#navMenu #n4 ul { background-color: rgb(241,232,223); width: 200px; }
#navMenu #n5 ul { background-color: rgb(241,232,223); }
#navMenu #n6 ul { background-color: rgb(241,232,223); }
#navMenu #n7 ul { background-color: rgb(241,232,223); }
#navMenu #n8 ul { background-color: rgb(241,232,223); }

/* ------- Horizontal Menu ------- */

