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()){
borderwidth=0;
fontfamily="Arial, Verdana,Tahoma";
fontsize="11px";
fontweight="bold";
fontstyle="normal";
onbold=1;
offbold=1;
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="";
offcolor="#fff";
onbgcolor="";
oncolor="#fdb200";
padding=0;
pagebgcolor="";
pagecolor="";
separatorcolor="transparent";
separatorsize=7;
subimagepadding=4;
}


with(submenuStyle=new mm_style()){
bordercolor="#ff6600";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma";
fontsize="11px";
fontweight="bold";
fontstyle="normal";
onbold=1;
offbold=1;
offbgcolor="#f9a100";
offcolor="#fff";
onbgcolor="#fdb200";
oncolor="#830055";
padding=4;
pagebgcolor="";
separatorcolor="#000";
separatorsize=0;
align="left";
}

with(milonic=new menuname("Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=HOME;url=http://hubsynergies.com;");
aI("image=/images/nav-divider.gif;url=;")

aI("showmenu=ABOUT;text=ABOUT US;");
aI("image=/images/nav-divider.gif;url=;")

aI("showmenu=SERVICES;text=SERVICES;");
aI("image=/images/nav-divider.gif;url=;")

aI("showmenu=BUYB;text=BUY A BUSINESS;");
aI("image=/images/nav-divider.gif;url=;")

aI("text=SELL A BUSINESS;url=/_pages/selling-a-business.html;")
aI("image=/images/nav-divider.gif;url=;")

aI("text=BUSINESS LISTINGS;url=http://hubsynergies.com/listings.asp?categoryID_list=&categoryID_list=&strKeywords=&sort_order=items.date_lastmodified+DESC;")
aI("image=/images/nav-divider.gif;url=;")

aI("text=CONTACT;url=/_pages/contact-us.html;")
}


with(milonic=new menuname("ABOUT")){
	style=submenuStyle;
aI("text=Mission;url=/_pages/mission.html;")
aI("text=Why Choose Us;url=/_pages/why-choose-us.html;")
aI("text=Our Team;url=/_pages/our-team.html;")
aI("text=Affiliated Services;url=/_pages/affiliated-services.html;")
}



with(milonic=new menuname("SERVICES")){
style=submenuStyle;
aI("text=Business Brokerage;url=/_pages/business-brokerage.html;")
aI("text=Hub Realty;url=/_pages/hub-realty.html;")
aI("text=Property Management;url=/_pages/property-management.html;")
aI("text=Affiliated Services;url=/_pages/affiliated-services.html;")
}


with(milonic=new menuname("BUYB")){
style=submenuStyle;
aI("text=Buyer Services;url=/_pages/buyer-services.html;")
aI("text=Business Listings;url=http://hubsynergies.com/listings.asp?categoryID_list=&categoryID_list=&strKeywords=&sort_order=items.date_lastmodified+DESC;")
aI("text=Businesses Sold;url=/_pages/businesses-sold.html;")
}




drawMenus();


