fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=400;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#663333";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="";
headercolor="";
image="";
imagepadding=0;
offbgcolor="";
offcolor="#ffffff";
onbgcolor="";
oncolor="#F0CB73";
outfilter="";
overfilter="";
overimage="";
padding=0;
pagebgcolor="#4D6F82";
pagecolor="#FFCC00";
separatorcolor="#4D6F82";
separatorsize=1;
subimage="";
subimagepadding=1;
}

with(submenuStyle=new mm_style()){
bordercolor="#4D6F82";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#4D6F82";
headercolor="#4D6F82";
offbgcolor="#4D6F82";
offcolor="#ffffff";
onbgcolor="";
oncolor="#F0CB73";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.4);Alpha(opacity=95);Shadow(color=#333333', Direction=135, Strength=5)";
padding=1;
pagebgcolor="#4D6F82";
pagecolor="#FFCC00";
separatorcolor="#4D6F82";
separatorsize=1;
subimage="";
subimagepadding=1;
align="left";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=132;
screenposition='left';
left=50;
orientation='horizontal';
style=menuStyle;
aI("itemwidth=26;text=&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;url=home.asp;");
aI("itemwidth=26;text=Reduce&nbsp;&nbsp;&nbsp;&nbsp;url=reduce.asp;");
aI("itemwidth=26;text=Reuse&nbsp;&nbsp;&nbsp;&nbsp;url=reuse.asp;");
aI("itemwidth=26;showmenu=recycling;text=Recycle&nbsp;&nbsp;&nbsp;&nbsp;url=recycle.asp;");
aI("itemwidth=26;text=Youth&nbsp;Projects&nbsp;&nbsp;&nbsp;&nbsp;url=youth_projects.asp;");
aI("itemwidth=26;showmenu=about;text=About&nbsp;Us&nbsp;&nbsp;&nbsp;&nbsp;");
aI("itemwidth=26;text=Contact;url=contact.asp;");
}
with(milonic=new menuname("recycling")){
margin=7;
style=submenuStyle;
aI("text=&bull;&nbsp;HCR&nbsp;Recycling&nbsp;Information&nbsp;Flyer;url=HCR_Information_Flyer.asp;target=_blank;");
aI("text=&bull;&nbsp;Recycling&nbsp;locations;url=recycling_locations.asp;");
aI("text=&bull;&nbsp;Recycling&nbsp;Items;url=recycling_items.asp;");
aI("text=&bull;&nbsp;Frequently&nbsp;Asked&nbsp;Qustions;url=faq.asp;");
}
with(milonic=new menuname("about")){
margin=7;
style=submenuStyle;
aI("text=&bull;&nbsp;Mission;url=mission.asp;");
aI("text=&bull;&nbsp;Partners;url=partners.asp;");
}
drawMenus();

