fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps

_menuCloseDelay=30           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=30            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset




with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#00529B";
offcolor="#ffffff";
onbgcolor="#7F9BCB";
oncolor="#F6E17F";
padding=3;
pagebgcolor="#00529B";
pagecolor="#ffffff";
separatorcolor="#F6E17F";
separatorsize=1;
subimagepadding=2;
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2)";
}

vertStyle=new copyOf(menuStyle)
vertStyle.padding="5";

with(milonic=new menuname("About")){
style=vertStyle;
aI("text=<b>Overview</b>;url=/about/index.php;");
aI("text=<b>Mission</b>;url=/about/mission.php;");
aI("text=<b>Values</b>;url=/about/values.php;");
aI("text=<b>Experience&nbsp;&nbsp;&nbsp;</b>;url=/about/experience.php;");
aI("text=<b>Philosophy</b>;url=/about/philosophy.php;");
}

with(milonic=new menuname("Client")){
style=vertStyle;
aI("text=<b>Overview&nbsp;&nbsp;</b>;url=/client-services/index.php;");
}

with(milonic=new menuname("WhatSets")){
style=vertStyle;
aI("text=<b>Overview</b>;url=/what-sets-us-apart/index.php;");
aI("text=<b>Integrity</b>;url=/what-sets-us-apart/integrity.php;");
aI("text=<b>Personal Approach</b>;url=/what-sets-us-apart/personal-approach.php;");
aI("text=<b>Unique Process</b>;url=/what-sets-us-apart/unique-process.php;");
aI("text=<b>Tax & Cost Attentive&nbsp;&nbsp;</b>;url=/what-sets-us-apart/tax-cost-attentive.php;");
}

with(milonic=new menuname("Developing")){
style=vertStyle;
aI("text=<b>Overview</b>;url=/developing-your-strategy/index.php;");
aI("text=<b>Goals & Objectives&nbsp;&nbsp;</b>;url=/developing-your-strategy/goals-objectives.php;");
aI("text=<b>Risk Tolerance</b>;url=/developing-your-strategy/risk-tolerance.php;");
aI("text=<b>Investment Policy</b>;url=/developing-your-strategy/investment-policy.php;");
aI("text=<b>Asset Allocation</b>;url=/developing-your-strategy/asset-allocation.php;");
}

with(milonic=new menuname("Investment")){
style=vertStyle;
aI("text=<b>Overview</b>;url=/investment-process/index.php;");
aI("text=<b>Economic Analysis</b>;url=/investment-process/economic-analysis.php;");
aI("text=<b>Valuation Analysis</b>;url=/investment-process/valuation-analysis.php;");
aI("text=<b>Portfolio Design</b>;url=/investment-process/portfolio-design.php;");
aI("text=<b>Manager Selection</b>;url=/investment-process/manager-selection.php;");
aI("text=<b>Portfolio Management</b>;url=/investment-process/portfolio-management.php;");
}

drawMenus();


