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(submenuStyle=new mm_style()){

styleid=1;
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
imagepadding=8;
offbgcolor="#796026";
offcolor="#FFFFFF";
onbgcolor="#96b4cc";
oncolor="#034171";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding=3;
pagecolor="black";
separatorcolor="#FFFFFF";
separatorsize=1;
subimagepadding=8;
}

with(menuStyle=new mm_style()){

bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#AC8837";
headercolor="#AC8837";
imagepadding=0;
offbgcolor="#AC8837";
offcolor="#FFFFFF";
onbgcolor="#96B4CC";
oncolor="#034171";
outfilter="Fade(Overlap=1.00)";
separatorcolor="#ffffff";
separatorsize=1;
padding=3;
separatorpadding=0;
}

with(milonic=new menuname("KCM")){
style=submenuStyle;
aI("text=Introduction;url=introduction.html;");
aI("text=Background;url=background.html;");
}

with(milonic=new menuname("Money")){
style=submenuStyle;
aI("text=Of Interest;url=of_interest.html;");
}

with(milonic=new menuname("Articles")){
style=submenuStyle;
aI("text=In Print;url=published.html;");
aI("text=On Web;url=analysis.html;");
}

with(milonic=new menuname("Resources")){
style=submenuStyle;
aI("text=Web Resources;url=web_resources.html;");
aI("text=Print Resources;url=printresources.html;");
}

with(milonic=new menuname("FinancialTopics")){
style=submenuStyle;
aI("text=Daily;url=http://www.maxiethedog.com/maxieblog;");
aI("text=Weekly;url=analysis.html;");
aI("text=Financial&nbsp;Topics;url=financial_topics.html;");
}

drawMenus();

