_scrollAmount=3      // Used for Netscape 4 scrolling
_scrollDelay=20	     // Used for Netscape 4 scrolling
_menuCloseDelay=20  // The delay for menus to remain visible on mouse off
_menuOpenDelay=10   // The delay for opening menus on mouse over
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=0;  // Sub menu offset Left position

/////////////////////////////////////////////////main menu style
with(main=new mm_style()){
     onbgcolor = "";
       oncolor = "#4c4d4f"; //text
    offbgcolor = "";
      offcolor = "#ffffff"; //text
   bordercolor = "";
   borderstyle = "";
separatorcolor = "";
 separatorsize = 0;
       padding = 1;
      fontsize = "11px";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = "verdana, tahoma, arial";

}
/////////////////////////////////////////////////drop menu style
with(dropmenu=new mm_style()){
     onbgcolor = "#ffffff";
       oncolor = "#f7941d"; //text
    offbgcolor = "#f7941d";
      offcolor = "#ffffff"; //text
   bordercolor = "#f99d31";
   borderstyle = "solid";
separatorcolor = "#f99d31";
 separatorsize = 0;
       padding = 10;
      fontsize = "11px";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = "verdana, tahoma, arial";

}
///////////////////////////////////////////////////////////home
with(milonic=new menuname("mainmenu2")){_c=1
top = 180
//left = 50;
screenposition="top"
position="relative";
//itemwidth=35;
borderwidth = 1;
style = main;
alwaysvisible = 1;
orientation="horizontal"
itemheight = 35;

aI("text=HOME;url=default.asp");
aI("image=images/common/nav_line.gif;type=header;");
aI("text=ABOUT US;url=aboutus.asp");
aI("image=images/common/nav_line.gif;type=header;");
aI("text=SERVICES;url=services.asp;showmenu=services");
aI("image=images/common/nav_line.gif;type=header;");
aI("text=OUR PROCESS;url=process.asp");
aI("image=images/common/nav_line.gif;type=header;");
aI("text=LINKS;url=links.asp");
aI("image=images/common/nav_line.gif;type=header;");
aI("text=CONTACT US;url=contactus.asp");
}

		with(milonic=new menuname("services")){_c=1
		borderwidth = 0;
		//itemwidth = 140;
		orientation="vertical"
		style = dropmenu;
		aI("text=> Team Development ;url=Services_team.asp");
		aI("text=> Harrison Assessments ;url=Services_assess.asp");
		aI("text=> Automated Recruitment System ;url=Services_recruit.asp");
		}
		
drawMenus();