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()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Tahoma, Verdana";
fontsize="80%";
align="center";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#a50101";
offcolor="#FFFFFF";
onbgcolor="#FF9933";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#a50101";
pagecolor="white";
separatorcolor="#000000";
separatorsize=1;
subimage="http://www.sacredrides.com/img/black_7x4.gif";
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
menuwidth="890px";
itemwidth="890px";
menualign="center";
screenposition="center";
top=270;
aI("text=Home;url=http://www.bikeswithoutborders.org/;");
aI("showmenu=About Us;text=About Us;");
aI("showmenu=What We do;text=What We Do;");
aI("showmenu=Support Our Work;text=Support Our Work;");
aI("showmenu=Community;text=Community;");
aI("showmenu=Events;text=Events;");

}

with(milonic=new menuname("About Us")){
overflow="scroll";
style=menuStyle;
aI("text=Our Mission;url=http://www.bikeswithoutborders.org/ourmission.html;")
aI("text=Our Story;url=http://www.bikeswithoutborders.org/ourstory.html;")
aI("text=Our Team;url=http://www.bikeswithoutborders.org/ourteam.html;")
aI("text=Our Partners;url=http://www.bikeswithoutborders.org/ourpartners.html;")

}

with(milonic=new menuname("What We Do")){
style=menuStyle;
aI("text=International Programs;url=http://www.bikeswithoutborders.org/internationalprograms.html;");
aI("text=Pedal Powered Hope: Malawi;url=http://www.bikeswithoutborders.org/malawi.html;");
aI("text=Our Program Partners;url=http://www.bikeswithoutborders.org/programpartners.html;");
aI("text=UN Millenium Development Goals;url=http://www.bikeswithoutborders.org/MDG.html;");

}

with(milonic=new menuname("Support Our Work")){
style=menuStyle;
aI("text=Give Hope;url=http://www.bikeswithoutborders.org/give.html;");
aI("text=Host an Event;url=http://www.bikeswithoutborders.org/hostingevents.html;");
aI("text=Volunteer;url=http://www.bikeswithoutborders.org/volunteer.html;");

}

with(milonic=new menuname("Community")){
style=menuStyle;
aI("text=Facebook Page;url=http://www.facebook.com/bikeswithoutborders;");

}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Host an Event;url=http://www.bikeswithoutborders.org/hostingevents.html;");
aI("text=Upcoming Events;url=http://www.bikeswithoutborders.org/events.html;");
aI("text=2009 Bike for Africa;url=http://www.bikeswithoutborders.org/bikeforafrica/intro.html;");

}

drawMenus();


