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




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#767427";
offcolor="#FFFFFF";
onbgcolor="#CFCC88";
oncolor="#000000";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=1)";
padding=7;
pagebgcolor="#CFCC88";
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
left="offset=-97";
top=113;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=http://www.mcsw.org/index.php;");
aI("text=Membership;url=http://www.mcsw.org/membership.php;");
aI("text=Officers;url=http://www.mcsw.org/officers.php;");
aI("showmenu=CU;text=Continuing Education;");
aI("showmenu=OPP;text=Opportunities;");
aI("text=Awards;url=http://www.mcsw.org/awards.php;");
aI("text=Resources;url=http://www.mcsw.org/resources.php;");


}

with(milonic=new menuname("CU")){
style=menuStyle;
aI("text=Annual Forum;url=http://www.mcsw.org/annualforum.php;");
aI("text=Northern Day Conference;url=http://www.mcsw.org/northerndc.php;");
aI("text=Central Day Conference;url=http://www.mcsw.org/centraldc.php;");
aI("text=Southern Day Conference;url=http://www.mcsw.org/southerndc.php;");


}

with(milonic=new menuname("OPP")){
style=menuStyle;
aI("text=Professional Opportunities;url=http://www.mcsw.org/professional.php;");
aI("text=Scholarship Opportunities;url=http://www.mcsw.org/scholarship.php;");
aI("text=Award Opportunities;url=http://www.mcsw.org/award_opportunities.php;");

}

drawMenus();

