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
borderstyle="solid";
borderwidth=7;
fontfamily="Arial, Verdana, Tahoma";
fontsize="13";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";                       //white color-background
offcolor="#584943";                         //brown for font when mouse not on it
onbgcolor="#584943";                  //background turns to brown 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=6;
pagebgcolor="#584943";              //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/Investments/Investments-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=Home;text=Home;url=http://www.psrs-peers.org;");
aI("status=Asset Allocation;text=Asset Allocation;url=http://www.psrs-peers.org/Investments/InvestmentAssetAllocation.htm;");
aI("status=Investment Returns;text=Investment Returns;url=http://www.psrs-peers.org/Investments/InvestmentReturns.htm;");
aI("status=Growth in Assets;text=Growth in Assets;url=http://www.psrs-peers.org/Investments/InvestmentsGrowthinAssets.htm;");
aI("status=Financial Reports;text=Financial Reports;url=http://www.psrs-peers.org/Investments/AnnualReport.htm;");
aI("status=Investment Glossary;text=Investment Glossary;url=http://www.psrs-peers.org/Investments/InvestmentsGlossary.htm;");
aI("status=Service Providers;text=Service Providers;url=http://www.psrs-peers.org/Investments/InvestmentServiceProvider.htm;");
}


drawMenus();

