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="#848383";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Geneva, Arial, Helvetica, sans-serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#565929";
headercolor="#000000";
offbgcolor="#F6F4EF";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=5)";
padding=3;
pagebgcolor="#e7e5e2";
pagecolor="black";
separatorcolor="#848383";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("craft_menu")){
style=menuStyle;
left=30;

aI("text=Do It Yourself;url=diy.html;");
aI("text=Choosing a Tree;url=craft_trees.html;");
aI("text=Design / Construction;url=craft_design.html;");
aI("text=Materials / Hardware;url=craft_hardware.html;");
}

with(milonic=new menuname("portfolio_menu")){
style=menuStyle;
left=30;
aI("text=Just for Kids;url=port_kids.html;");
aI("text=Hideaways & Studios;url=port_additions.html;");
aI("text=Retreats & Treehouses;url=port_getaways.html;");
aI("text=Special Projects;url=port_projects.html;");
aI("text=Latest & Greatest;url=ranch-treehouse.html;");
}

with(milonic=new menuname("about_menu")){
style=menuStyle;
left=30;
aI("text=Our Services;url=services.html;");
aI("text=News;url=news.html;");
} 


drawMenus();

