fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}

with(menuStyle=new mm_style()){
bordercolor="#000066";
borderstyle="solid";
borderwidth=2;
fontfamily="Arial, Verdana, Sans-serif";
fontsize="12px";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000066";
onbgcolor="#ba9648";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#ffffff";
pagecolor="#000066";
separatorcolor="#000066";
separatorsize=2;
subimagepadding=2;
}

with(milonic=new menuname("Products")){
overflow="scroll";
style=menuStyle;
aI("text=Private Wealth;url=products_private_wealth.html;");
aI("text=Institutional;url=products_institutional.html;");
aI("text=Mutual Funds;url=products_mutual.html;");
aI("text=SRI Funds;url=products_sri.html;");
aI("text=Pooled Funds;url=products_pooled.html;");
aI("text=Closed End Funds;url=products_closedend.html;");
aI("text=Corporate Class Funds;url=products_corpclass.html;");
<!--aI("text=Currency Neutral Funds;url=products_currency_neutral.html;");-->
aI("text=Alpha Portfolios;url=products_alpha.html;");
//aI("text=Hedge Fund;url=products_hedge.html;");
}

drawMenus();

