/* ------- 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; }
#n2 { top: 105px; left: 310px; background-color: rgb(0,51,102); width: 100px; }
#n3 { top: 105px; left: 410px; background-color: rgb(0,51,102); width: 100px; }
#n4 { top: 105px; left: 510px; background-color: rgb(0,51,102); width: 100px; }
#n5 { top: 105px; left: 610px; background-color: rgb(0,51,102); width: 100px; }
#n6 { top: 105px; left: 710px; background-color: rgb(0,51,102); width: 100px; }
#n7 { top: 105px; left: 810px; background-color: rgb(0,51,102); width: 100px; }
#n8 { top: 105px; left: 860px; 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 ------- */

