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="#ffffff";                              //border is white FFFFFF
borderstyle="solid";
borderwidth=6;                                     
fontfamily="Arial, Verdana, Tahoma";
fontsize="12";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";                       //white color-background
offcolor="#002855";                         //navy for font when mouse not on it
onbgcolor="#6A5540";                  //background turns to tan when your mouse hovers over it
oncolor="#FFFFFF";                    //font is white when mouse on
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#6A5540";              //keeps background color brown...could change if you wanted the color to be different so a mbr can keep track of where they just were
pagecolor="#FFFFFF";                //keeps font white
separatorcolor="#CECEB9";                  //very light tan border around boxes
separatorsize=1;
subimage="http://www.psrs-peers.org/General-Menu/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=30;                               //position from left of screen on page..position of menu
//overflow="scroll";
style=menuStyle;
top=97;
aI("status=View My Account Information;text=View Account Information;url=https://www.psrsmo.org/memberweb/logon.aspx;");
aI("showmenu=Cal;text=Calculators;");
aI("status=Contact Us;text=Contact Us;url=http://www.psrs-peers.org/ContactUs.htm;");
aI("status=Job Opportunities;text=Job Opportunities;url=http://www.psrs-peers.org/JobOpportunities.htm;");
aI("status=Legislation;text=Legislation;url=http://www.psrs-peers.org/Legislation.htm;");
aI("status=Browser Information;text=Browser Information;url=http://www.psrs-peers.org/BrowserInformation.htm;");
aI("status=Privacy Policy;text=Privacy Policy;url=http://www.psrs-peers.org/PrivacyPolicy.htm;");
aI("showmenu=Admin;text=Administration;");
aI("status=Related Links;text=Related Links;url=http://www.psrs-peers.org/RelatedLinks.htm;");
aI("status=Media Room;text=Media Room;url=http://www.psrs-peers.org/MediaRoom.htm;");

}

with(milonic=new menuname("Admin")){
style=menuStyle;
aI("text=Management;url=http://www.psrs-peers.org/Management.htm;");
aI("text=Departments;url=http://www.psrs-peers.org/Departments.htm;");
aI("text=Board of Trustees;url=http://www.psrs-peers.org/BoardofTrustees.htm;");
aI("text=Overview of the System;url=http://www.psrs-peers.org/OverviewOfTheSystem.htm;");
aI("text=Mission Statement;url=http://www.psrs-peers.org/MissionStatement.htm;");
}

with(milonic=new menuname("Cal")){
style=menuStyle;
aI("showmenu=PSRSCal;status=PSRS Calculators;text=PSRS;");
aI("showmenu=PEERSCal;status=PEERS Calculators;text=PEERS;");
}

with(milonic=new menuname("PSRSCal")){
style=menuStyle;
aI("text=Benefits;url=http://www.psrs-peers.org/PSRS/BenefitCalculatorDisclaimer.htm;");
aI("text=Purchase Costs;url=http://www.psrs-peers.org/PSRS/CreditCalculatorDisclaimer.htm;");
aI("text=Purchase Cost Recovery;url=https://ww2.psrsmo.org/CGI-BIN/LANSAWEB?PROCFUN+purch_psrs+ppch20+WWW+ENG;");
aI("text=Financial;url=http://www.psrs-peers.org/PSRS/MoreCalculators.htm;");
}

with(milonic=new menuname("PEERSCal")){
style=menuStyle;
aI("text=Benefits;url=http://www.psrs-peers.org/PEERS/BenefitCalculatorDisclaimer.htm;");
aI("text=Purchase Costs;url=http://www.psrs-peers.org/PEERS/CreditCalculatorDisclaimer.htm;");
aI("text=Purchase Cost Recovery;url=https://ww2.psrsmo.org/CGI-BIN/LANSAWEB?PROCFUN+purch_ntrs+npch20+WWW+ENG;");
aI("text=Financial;url=http://www.psrs-peers.org/PEERS/MoreCalculators.htm;");
}

drawMenus();