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=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12";
fontstyle="strong";
fontweight="heavy";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#0270A5";
//offbgcolor="#DCE9F0";
//offcolor="#515151";
offcolor="#ffffff";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="../milonic/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
position="relative";
top="7";
left="753";
height="20";
itemwidth="780";
orientation="horizontal"
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
aI("showmenu=Aboutus;text=About Us;");
aI("showmenu=Governance;text=Governance;");
aI("showmenu=Membership;text=Membership;");
aI("showmenu=Events;text=Events;");
aI("showmenu=Resources;text=Resources;");
aI("text=Contact Us;url=../contact/default.html;");

}

with(milonic=new menuname("Aboutus")){
overflow="scroll";
style=menuStyle;
aI("text=Mission;url=../aboutus/default.htm;");
aI("text=By Laws;url=../aboutus/bylaws.htm;");
aI("text=Certification;url=../aboutus/certification.htm;");
//aI("text=Awards;url=../aboutus/awards.htm;");
aI("text=History;url=../aboutus/history.htm;");
aI("text=National IPMA-HR;url=http://www.ipma-hr.org/;");


}

with(milonic=new menuname("Governance")){
style=menuStyle;
aI("text=Board Members;url=../governance/default.htm;");
//aI("text=Board of Directors;url=../governance/officers.html;");
aI("text=Committees;url=../governance/Committee.htm;");
aI("text=Minutes;url=../governance/minutes.htm;");

}

with(milonic=new menuname("Membership")){
style=menuStyle;
aI("text=Membership Info;url=../membership/default.htm;");
//aI("text=Member Login;url=http://dev.aims-hr.net:8080;");
}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Event Information;url=../events/default.htm;");
aI("text=Sponsor Information;url=../events/sponsor.htm;");
aI("text=Speaker Information;url=../events/speaker.htm;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Resource Link 1;url=;");
aI("text=Resource Link 2;url=;");
aI("text=Resource Link 3 etc;url=;");
}


drawMenus();


