fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=10000;
_menuOpenDelay=150;
//_subOffsetTop=2;
//_subOffsetLeft=-2;
_CFix = false; // fix for contribute, but causes problems with form elements.




with(menuStyle=new mm_style()){
fontfamily="Arial Black, Arial, Helvetica, sans-serif;";
fontsize="11.5px";
fontweight="normal";
//headerbgcolor="#ffffff";
headercolor="#000000";
//offbgcolor="#ffffff";
offcolor="#54BB6C";
//onbgcolor="#E2FFCD";
oncolor="#04644C";
padding=5;
//separatorcolor="#006600";
//separatorwidth=12;
//separatorheight=15;
//separatorpadding=5;
}

with(subMenuStyle=new mm_style()){
fontfamily="Arial, Helvetica, sans-serif;";
fontsize="11px";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#04644C";
oncolor="#04644C";
ondecoration="underline";
padding=5;
pagecolor="#339933";
separatorcolor="#006600";
separatorwidth=1;
separatorheight=10;
align="center";
//overallwidth="700";
}


with(milonic=new menuname("main")){
position="relative";
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
//overallwidth=540;
itemwidth=200;
align="center";
aI("status=Return to Home Page;text=HOME;url=/index.php;");
aI("showmenu=business;text=BUSINESS&nbsp;OWNERS;url=/businesses/selling_business.php;");
aI("showmenu=buyers;text=BUYERS;url=/buyers/search_acquisition_process.php;");
aI("showmenu=valuations;text=VALUATIONS;url=/valuations/;");
aI("showmenu=firm;text=THE FIRM;url=/firm/about_us.php;");
aI("text=CONTACT;url=/contact/index.php;");
}