_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 = "#333333"; //text
    offbgcolor = "";
      offcolor = "#ffffff"; //text
   bordercolor = "";
   borderstyle = "";
separatorcolor = "";
 separatorsize = 0;
       padding = 1;
      fontsize = "11px";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "verdana, tahoma, arial";

}
/////////////////////////////////////////////////drop menu style
with(dropmenu=new mm_style()){
     onbgcolor = "#ffffff";
       oncolor = "#f99d31"; //text
    offbgcolor = "#f99d31";
      offcolor = "#ffffff"; //text
   bordercolor = "#f99d31";
   borderstyle = "solid";
separatorcolor = "#f99d31";
 separatorsize = 0;
       padding = 10;
      fontsize = "11px";
     fontstyle = "normal";
    fontweight = "normal";
    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.shtml");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=About Us;url=aboutus.shtml;showmenu=why");
aI("image=images/common/lines_nav.gif;type=header");
aI("text=Solutions;showmenu=solutions");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=Resources;showmenu=resources");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=Achievements;url=achievements.shtml");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=Environmental Focus;url=environmental.shtml");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=News;showmenu=news");
aI("image=images/common/lines_nav.gif;type=header;");
aI("text=Contact Us;url=contactus.shtml");
}

		with(milonic=new menuname("solutions")){_c=1
		borderwidth = 0;
		//itemwidth = 140;
		orientation="vertical"
		style = dropmenu;
		aI("text=> Reactive ;url=solutions_reactive.shtml");
		aI("text=> Proactive ;url=solutions_proactive.shtml");
		}
		
		with(milonic=new menuname("resources")){_c=1
		borderwidth = 0;
		//itemwidth = 140;
		orientation="vertical"
		style = dropmenu;
		aI("text=> National Customer Service Centre ;url=resources_national.shtml");
		aI("text=> Our Team;url=resources_ourteam.shtml");
		aI("text=> National Service Units ;url=resources_service.shtml");
		aI("text=> Collaborative Partnerships ;url=resources_partnerships.shtml");
		}
		
		with(milonic=new menuname("news")){_c=1
		borderwidth = 0;
		//itemwidth = 140;
		orientation="vertical"
		style = dropmenu;
		//aI("text=> Latest News ;url=news.shtml");
		aI("text=> Download Brochure ;url=images/news/KPL12_12pg_Brochure.pdf ;target=blank");
		}
		
drawMenus();