_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=120            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset


with(menuStyle=new mm_style()){
	   onbgcolor="#6666cc";
	     oncolor="#ffffff";
      offbgcolor="#ffffff";
        offcolor="#6666cc";
     bordercolor="#6666cc";
     borderstyle="solid";
     borderwidth=1;
  separatorcolor="#6666cc";
   separatorsize="0";
  	     padding=2;
	    fontsize="11";
	   fontstyle="normal";
	  fontweight="normal";
	  fontfamily="Arial, Helvetica";
	   pagecolor="#666666";
     pagebgcolor="#ffffff";
     headercolor="#000000";
   headerbgcolor="#ffffff";
        subimage="";
 subimagepadding="1";
//      overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#ffffff', Direction=135, Strength=5)";
//      outfilter="randomdissolve(duration=0.1)";
}

with(subStyle1=new mm_style()){
	   onbgcolor="#6666cc";
	     oncolor="#ffffff";
      offbgcolor="#ffffff";
        offcolor="#6666cc";
     bordercolor="#6666cc";
     borderstyle="solid";
     borderwidth=1;
  separatorcolor="#6666cc";
   separatorsize="0";
  	     padding=3;
	    fontsize="11";
	   fontstyle="normal";
	  fontweight="normal";
	  fontfamily="Arial, Helvetica";
  topbarimageloc="center;middle"
        subimage="";
     subimageloc="center;middle"
     	overflow="scroll";
}


with(milonic=new menuname("Challenge")){
style=menuStyle;
top=0;
left=6;
alwaysvisible=1;
position="relative";
orientation="horizontal";
align="center";
itemheight="15";
itemwidth="110";
aI("status=Home;showmenu=home;text=Home;url=/");
aI("status=The Challenge;showmenu=challenge_menu;text=The Challenge;url=/the_challenge/");
aI("status=Register;text=Register;url=/join_in/");
aI("status=Sponsorship;showmenu=sponsorship_menu;text=Sponsorship;url=/sponsorship/");
aI("status=About WaterAid;showmenu=wateraid_menu;text=About WaterAid;url=/about/");
aI("status=Contact;text=Contact Us;url=/contact/");
}

with(milonic=new menuname("home")){
style=subStyle1;
top=140;
itemwidth="150";
}
with(milonic=new menuname("challenge_menu")){
style=subStyle1;
top=140;
itemwidth="150";
aI("text=The Challenge;url=/the_challenge/");
aI("text=Schedule and route;url=/the_challenge/schedule.asp;");
aI("text=Previous challenges;url=/the_challenge/previous.asp;");
aI("text=Event guidelines;url=/the_challenge/event.asp;");
aI("text=Safety guidelines;url=/the_challenge/safety.asp;");
aI("text=Event FAQs;url=/the_challenge/frequently-asked-questions.asp;");


}
with(milonic=new menuname("sponsorship_menu")){
style=subStyle1;
top=140;
itemwidth="150";
}
with(milonic=new menuname("wateraid_menu")){
style=subStyle1;
itemwidth="150";
top=140;
}
with(milonic=new menuname("contact_menu")){
style=subStyle1;
itemwidth="150";
top=140;
}

drawMenus();



