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(ScrollingSampStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana,helvetica";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#d9b59d";
offcolor="#000000";
onbgcolor="#ff9933";
oncolor="#000000";
padding=0;
separatorsize="1";
separatorcolor="#d9b59d";
}

with(ScrollingSampStyle1=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana,helvetica";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#d9b59d";
offcolor="#000000";
onbgcolor="#ff9933";
oncolor="#000000";
padding=5;
separatorsize="1";
separatorcolor="#d9b59d";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="1%";
menualign="left";
menuwidth="500";
orientation="horizontal";
style=ScrollingSampStyle;
aI("text=Home;url=index.shtml;");
aI("showmenu=about;text=About Us;");
aI("showmenu=services;text=Services;");
aI("text=Specials;url=specials.shtml;");
aI("text=Contact;url=contact.shtml;");

}

with(milonic=new menuname("about")){
overflow="scroll";
style=ScrollingSampStyle1;
aI("text=About Us;url=about.shtml;")
aI("text=Our Service Providers;url=service_providers.shtml;")
aI("text=Tour the Salon;url=tour.shtml;")
aI("text=Policies;url=policies.shtml;")
aI("text=Careers;url=careers.shtml;")
}

with(milonic=new menuname("services")){
overflow="scroll";
style=ScrollingSampStyle1;
aI("text=Services;url=services.shtml;")
aI("text=Products;url=products.shtml;")
aI("text=Packages;url=packages.shtml;")

}

drawMenus();

