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=0;




with(ScrollingSampStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana,helvetica";
fontsize="14px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#ffffff";
offcolor="#000033";
onbgcolor="#000033";
oncolor="#ffffff";
padding=0;
separatorsize="1";
separatorcolor="#cccccc";
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="100%";
menualign="center";
menuwidth="750";
orientation="horizontal";
style=ScrollingSampStyle;
aI("text=Home;url=index.shtml;");
aI("text=Services;url=car_services_maryland_washington_dc.shtml;");
aI("text=Our Fleet;url=limo_fleet_maryland_washington_dc.shtml;");
aI("text=References;url=limousine_customers.shtml;");
aI("text=Weddings;url=http://www.baysidelimo.com/home.php;");
aI("text=Specials;url=specials.shtml;");
aI("text=Contact;url=contact.shtml;");

}

with(milonic=new menuname("about")){
overflow="scroll";
style=ScrollingSampStyle;
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;")
}

with(milonic=new menuname("services")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Services;url=services.shtml;")
aI("text=Products;url=products.shtml;")
aI("text=Packages;url=packages.shtml;")

}

drawMenus();

