fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#333333";
offbgcolor="#ffffff";
offcolor="#333333";
onbgcolor="#ffffff";
oncolor="#990000";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Direction=135, Strength=3)";
padding=4;
pagebgcolor="#ffffff";
pagecolor="#B82630";
separatorcolor="#333333";
separatorsize=1;
separatorheight=11;
separatorwidth=1;
separatorpadding="6";
}

with(menuStyle2=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#63ABAD";
offcolor="#ffffff";
onbgcolor="#e8f4f8";
oncolor="#666666";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Direction=135, Strength=3)";
padding=4;
pagebgcolor="#e8f4f8";
pagecolor="#000000";
separatorcolor="#ffffff";
separatorsize=1;
separatorheight=1;
separatorwidth=2;
itemwidth=172;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle;
aI("text=Home Page;url=index.php;");
aI("text=Programs;url=programs.php;");
aI("text=Donations;url=donate.php;");
aI("text=Kilimania;url=kilimania.php;");
aI("text=About Us;url=aboutus.php;");
aI("text=Contact Us;url=contactUs.php;");
//aI("showmenu=Programs;text=About LegalHealth;");

}

//with(milonic=new menuname("About")){
//style=menuStyle2;
//aI("text=Our Services;url=http://legalhealth.org/about/ourServices.htm;")
//aI("text=Our Training;url=http://legalhealth.org/about/ourTrng.htm;")
//aI("text=Our Team;url=http://legalhealth.org/about/ourTeam.htm;")


drawMenus();



