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




with(menuStyle=new mm_style()){
fontfamily="Verdana";
fontsize="10px";
fontweight="bold";
offcolor="#ffffff";
oncolor="#4D9DE6";

rawcss="padding-top:12px;padding-bottom:2px; padding-left:5px; padding-right:0px; margin-left:15px; margin-top:20px; text-transform:uppercase;";
}

with(submenuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana";
fontsize="10px";
fontweight="bold";
/*headercolor="#000000";*/
offcolor="#ffffff";
oncolor="#4D9DE6";
overimage='Images/About/about us-main/item_background_on.png';
rawcss="padding-top:12px;padding-bottom:2px; padding-left:5px; padding-right:5px; margin-left:25px; text-transform:uppercase;";
/*padding=14;
separatorimage="http://img.milonic.com/dot_blue_vert.gif";
separatorsize=4;*/
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth=220;
orientation="vertical";
style=menuStyle;
aI("align=right;itemheight=37;showmenu=Business;text=Whole Trees :: The People;");
aI("align=right;itemheight=37;showmenu=Trees;text=Whole Trees :: The Trees;");
aI("align=right;itemheight=37;showmenu=Images;text=Whole Trees :: The Images;");
}

with(milonic=new menuname("Business")){
orientation="horizontal";
style=submenuStyle;
aI("align=center;text=<br>History of Whole Trees;url=http://www.wholetreesarchitecture.com/History.html;");
aI("align=center;text=<br>Who We Are Today;url=http://www.wholetreesarchitecture.com/Today.html;");
aI("align=center;text=<br>Staff Bios;url=http://www.wholetreesarchitecture.com/StaffBios.html;");
}

with(milonic=new menuname("Trees")){
orientation="horizontal";
style=submenuStyle;
aI("align=center;text=<br>Economical Benefits;url=http://www.wholetreesarchitecture.com/EconomicalBenefits.html;");
aI("align=center;text=<br>Strength &amp; Safety;url=http://www.wholetreesarchitecture.com/Strength_Safety.html;");
aI("align=center;text=<br>Ecological Benefits;url=http://www.wholetreesarchitecture.com/EcologicalBenefits.html;");
aI("align=center;text=<br>Fun Facts;url=http://www.wholetreesarchitecture.com/FunFacts.html;");
}


with(milonic=new menuname("Images")){
orientation="horizontal";
style=submenuStyle;
aI("align=center;text=<br>Paul Kelley;url=http://www.wholetreesarchitecture.com/PaulKelley.html;");
}



drawMenus();


