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="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
decoration="underline";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#666666";
oncolor="#333333";
outfilter="randomdissolve(duration=0.3)";
padding=5;
separatorcolor="#CCCCCC";
separatorsize=0;
subimage="/images/arrow.gif";
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="absolute";
aI("text=Home;url=/default.aspx;");
aI("text=Press Releases;showmenu=PressReleases");
aI("text=News Articles;showmenu=News");
aI("text=Directories;showmenu=Companies;");
aI("text=Events;showmenu=EventMenu");
aI("showmenu=Subscribe;text=Membership");
aI("showmenu=Misc;text=About;");
}
drawMenus(); 
