/* ------- Horizontal Menu ------- */

/* initial settings of the top navigation items like : Home,About Fortis */
#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: 150px; }		/* About	*/
#n3 { top: 105px; left: 460px; background-color: rgb(0,51,102); width: 100px; }		/* Press	*/
#n4 { top: 105px; left: 560px; background-color: rgb(0,51,102); width: 100px; }		/* Jobs		*/
#n5 { top: 105px; left: 660px; background-color: rgb(0,51,102); width: 60px; }		/* Contact	*/
#n6 { top: 105px; left: 720px; background-color: rgb(0,51,102); width: 60px; }		/* Canaux	*/
#n7 { top: 105px; left: 780px; background-color: rgb(0,51,102); width: 60px; }		/* News		*/
#n8 { top: 105px; left: 840px; background-color: rgb(0,51,102); width: 60px; }		/* Link		*/

/* 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 ------- */
