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=3;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
borderwidth=0;
fontfamily="Trebuchet, 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif";
fontsize="10px";
fontstyle="bold";
offbgcolor="#ffffff";
offcolor="#333333";
oncolor="#8d1b3d";
onbgcolor="#d9d9d9";
padding="4px 10px 1px 10px";
pagecolor="#8d1b3d;";
separatorcolor="#7a8c9e";
separatorsize=1;
image="/im/nav_arrow.gif";
imagepadding="0px 0px 0px 5px";
imagealign='left';
position="relative";

}

with(menuSub=new mm_style()){
position="relative";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
fontfamily="Trebuchet, 'Lucida Grande', Helvetica";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
offbgcolor="#d9d9d9";
onbgcolor="#b8b8b8";
fontfamily="Trebuchet, 'Lucida Grande', Helvetica";
fontsize="10px";
fontstyle="bold";
offcolor="#333333";
oncolor="#8d1b3d";
overimage='/im/arrow.gif';
padding=4;
pagecolor="#8d1b3d";
separatorcolor="#ffffff";
separatorsize=1;

}


with(milonic=new menuname("Main Menu")){
position="relative";
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=HOME;url=/index.html;");
aI("text=TICKETS & SPONSORSHIPS;url=/sponsorships/index.html;");
aI("showmenu=About;text=ABOUT RACING FOR HOPE;url=/about/index.html");
aI("text=PAST EVENTS;url=/past_events/index.html;");
aI("text=CONTACT US;url=mailto:esheridan@coh.org");
//aI("text=2009 EVENT UPDATES;url=/news/index.php");
aI("text=CITYofHOPE.ORG;url=http://www.cityofhope.org/Pages/default.aspx");
//aI("text=BE THE MATCH;url=/bethematch/index.html");
}

with(milonic=new menuname("About")){
style=menuSub;
aI("text=2010 BENEFICIARY: BONE MARROW TRANSPLANTS;url=/about/2010.html;")
aI("text=2009 BENEFICIARY: PANCREATIC CANCER RESEARCH;url=/about/2009.html;")
aI("text=2008 BENEFICIARY: CITY OF HOPE PEDIATRICS;url=/about/2008.html;")
aI("text=2007 BENEFICIARY: DR. KAREN ABOODY;url=/about/2007.html;")
aI("text=ABOUT CITY OF HOPE;url=/about/city_of_hope.html;")
aI("text=ABOUT KIDS FOR HOPE;url=/about/k4h.html")
aI("text=ABOUT MARC AND RENE&#201; PAUL;url=/about/paul.html;")
}



drawMenus();


