_CFix = true;

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()){
fontfamily="Arial, Verdana, Tahoma";
fontsize="15";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#5b8a54";
headercolor="#000000";
offbgcolor="#5b8a54";
offcolor="#FFFFFF";
onbgcolor="#5b8a54";
oncolor="#fff004";
outfilter="randomdissolve(duration=0.0)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
padding=5;
pagebgcolor="#5b8a54";
pagecolor="#fffcad";
separatorcolor="#85a880";
separatorsize=1;
separatorheight=35;
padding="0px 17px 0px 17px";
subimagepadding=2;
}

with(menuStylesub=new mm_style()){
bordercolor="#1A466B";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma";
fontsize="11";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#a5ff8d";
offcolor="#000000";
onbgcolor="#61b9ff";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.0)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
padding=5;
pagebgcolor="#9E4500";
pagecolor="#FFFFFF";
separatorcolor="#FFFFFF";
separatorsize=1;
subimage="images/unique/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Home")){
style=menuStylesub;
aI("text=Home;url=index.shtml;");
}

with(milonic=new menuname("Newsletter")){
overflow="scroll";
style=menuStylesub;
aI("text=Sign-Up;url=newsletter_signup.shtml;")
aI("text=Current Issue;url=newsletter_current.shtml;")
aI("text=Archives;url=newsletter_archive.shtml;")
}

with(milonic=new menuname("Events")){
style=menuStylesub;
aI("text=Green Transportation & Logistics World Summit, Zurich;url=2008/;");
aI("text=Green Transportation & Logistics, San Francisco;url=http://www.eyefortransport.com/supplychain/;");
}

with(milonic=new menuname("Learning Resources")){
style=menuStylesub;
aI("text=Presentations;url=sponmark.shtml;");
aI("text=Reports;url=2008/report.shtml;");
aI("text=Press Releases;url=2008/press.shtml;");
}

with(milonic=new menuname("Contact Us")){
style=menuStylesub;
aI("text=Contact Us;url=contact.shtml;");
}


drawMenus();