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


with(menuStyle=new mm_style()){
borderwidth=0;
padding=0;
fontfamily="Verdana, Arial";
fontsize="10px";
fontstyle="normal";
offcolor="#931437";
fontweight="bold";
oncolor="#DE1D2E";
outfilter="randomdissolve(duration=0.3)";
overfilter="";
separatorsize=0;
}

with(SubmenuStyle=new mm_style()){
bordercolor="#669999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
offbgcolor="#f0f7ef";
offcolor="#931437";
oncolor="#DE1D2E";
onbgcolor="#DEEFDD";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=94);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
separatorsize=1;
separatorcolor="#669999";
}

with(milonic=new menuname("Benefits")){
overflow="scroll";
style=SubmenuStyle;
aI("text=Regular Members;url=http://napo-gpc.org/join_benefits_regular.php;");
aI("text=Business Associate Members;url=http://napo-gpc.org/join_benefits_business_associate.php;");
}

with(milonic=new menuname("Join")){
overflow="scroll";
style=SubmenuStyle;
aI("text=Regular Members;url=http://napo-gpc.org/join_application_regular.php;");
aI("text=Business Associate Members;url=http://napo-gpc.org/join_application_business_associate.php;");
}


with(milonic=new menuname("Anti Spam")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
aI("text=Mime Defang;url=http://www.mimedefang.org/;");
aI("text=Spam Assassin;url=http://www.spamassassin.org/;");
}

drawMenus();

