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=0;
_subOffsetLeft=0;


with(menuStyle=new mm_style()){
padding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="relative";
fixMozillaZIndex=true;
left=0;
top=0;
aI("url=index.php;image=images/nav_home1.jpg;overimage=images/nav_home2.jpg;imagewidth=82;imageheight=33;")
aI("showmenu=about;image=images/nav_about1.jpg;overimage=images/nav_about2.jpg;imagewidth=112;imageheight=33;")
aI("showmenu=services;image=images/nav_services1.jpg;overimage=images/nav_services2.jpg;imagewidth=105;imageheight=33;")
aI("url=technology_platform.php;image=images/nav_technology1.jpg;overimage=images/nav_technology2.jpg;imagewidth=153;imageheight=33;")
aI("showmenu=clients;image=images/nav_clients1.jpg;overimage=images/nav_clients2.jpg;imagewidth=94;imageheight=33;")
aI("url=resource_center.php;image=images/nav_resources1.jpg;overimage=images/nav_resources2.jpg;imagewidth=136;imageheight=33;")
aI("image=images/nav_spacer.jpg;overimage=images/nav_spacer.jpg;imagewidth=121;imageheight=33;")
aI("url=quote.php;image=images/nav_request1.jpg;overimage=images/nav_request2.jpg;imagewidth=164;imageheight=33;")
}

with(menuStyle1=new mm_style()){
padding=0;

fontsize="11px";
fontstyle="normal";
fontfamily="Verdana";
borderwidth=1;
bordercolor="#b8b8b8";
onbgcolor="#f1f1f1";
oncolor="#2765b1";
offbgcolor="#FFFFFF";
offcolor="#696666";
itemwidth="150";
itemheight="20";
align="center";
}

with(milonic=new menuname("about")){
style=menuStyle1;
left="offset=-19";
top="offset=-1";
aI("text=Mission;url=mission.php;");
aI("text=About the Founders;url=about_the_founders.php;");
aI("text=How We Work;url=how_we_work.php;");
aI("text=Information for CPAs;url=information_for_cpas.php;");
aI("text=Careers;url=careers.php;");
}

with(milonic=new menuname("services")){
style=menuStyle1;
left="offset=-23";
top="offset=-1";
aI("text=Bookkeeping;url=bookkeeping.php;");
aI("text=Controller Services;url=controller_services.php;");
aI("text=Consulting;url=consulting.php;");
}

with(milonic=new menuname("clients")){
style=menuStyle1;
left="offset=-29";
top="offset=-1";
aI("text=By Industry;url=by_industry.php;");
aI("text=Case Studies;url=case_studies.php;");
}


drawMenus();

