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=0;
_subOffsetLeft=0;


with(menuStyle=new mm_style()){
bgimage="images/menubar-bg.png";
fontfamily="Arial, Helvetica, sans-serif;";
fontweight="bold";
imagepadding=5;
itemheight=42;
itemwidth=150;
offcolor="#2e2e2e";
oncolor="#6d6d6d";
separatorcolor="#000";
separatorsize=1;
subimagepadding=2;
rawcss="padding:4px;text-align:center;";
zindex: 999;
pagecolor = "#6d6d6d";

}

with(SubmenuStyle=new mm_style()){
onbgcolor = "#bbbbbb";
offcolor="#474646";
oncolor="#ffffff";
offbgcolor = "#dddddd";
bordercolor = "#ffffff";
borderstyle = "solid";
separatorpadding = 1;
padding = 3;
borderwidth = 1;
onborder = "1px solid #868686"
fontstyle = "bold";
fontfamily = "Arial, Helvetica, sans-serif;";
pagecolor = "#fff";
pagebgcolor = "#963624";
fontweight="bold";
itemwidth=150;
zindex: 999;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
screenposition="center";
aI("text=HOME;url=index.html;");
aI("showmenu=benefits;url=benefits.html;text=BENEFITS OF<BR>METAL PACKAGING;");
aI("showmenu=safety;url=metalpacksafety.html;text=SAFETY OF<BR>METAL PACKAGING;");
aI("url=media.html;text=MEDIA CENTER;");
aI("url=links.html;text=USEFUL LINKS;");
aI("url=library.html;text=METAL PACKAGING<BR>LIBRARY;");
}
 
with(milonic=new menuname("benefits")){
style=SubmenuStyle;
offset=100;
aI("text=Overview;url=benefits.html;")
aI("text=Food Safety;url=foodsafety.html;")
aI("text=Nutrition;url=nutrition.html;")
aI("text=Disaster Relief;url=disasterrelief.html;")
aI("text=Sustainability;url=sustainablity.html;")
}

with(milonic=new menuname("safety")){
style=SubmenuStyle;
offset=100;
aI("text=Overview;url=metalpacksafety.html;")
aI("text=NAMPA's Commitment to Sound Science;url=commitment.html;")
aI("text=BPA and Food Safety;url=BPAfoodsafety.html;")
aI("text=International Government Assessments of BPA;url=govassess.html;")
aI("text=Third Party Perspective on BPA;url=thirdparty.html;")
aI("text=Canned Coating Alternatives;url=alternatives.html;")

}

drawMenus();


