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="#13007D";
borderstyle="solid";
borderwidth=1;
fontfamily="calibri,tahoma,comic sans ms,verdana,helvetica";
fontsize="14px";
fontstyle="normal";
fontweight="bold";
offbgcolor="#ffffff";
offcolor="#13007D";
onbgcolor="#13007D"; 
oncolor="#FAC622";
padding=3;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="100";
menualign="center";
menuwidth="100%";
orientation="horizontal";
style=ScrollingSampStyle;
top=153;
aI("text=Home;url=index.html;");
aI("showmenu=History;text=About Us;");
aI("showmenu=Products;text=Products;");
aI("showmenu=Services;text=Services;");
aI("showmenu=Contact Us;text=Contact Us;");
aI("text=Login;url=b2b.htm;");
}

with(milonic=new menuname("History")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Founder and President;url=president.htm;")
aI("text=History;url=AboutUs.htm;")
aI("text=Mission;url=ATLmission.htm;")
}

with(milonic=new menuname("Products")){
style=ScrollingSampStyle;
aI("text=Castings;url=castings.htm;");
aI("text=Complete Calipers;url=completes.htm;");
aI("text=Brackets;url=brackets.htm;");
aI("text=Pistons;url=pistons.htm;");
aI("text=Sleeves;url=sleeves.htm;");
}

with(milonic=new menuname("Services")){
style=ScrollingSampStyle;
aI("text=Custom Builds;url=custom.htm;");
aI("text=Private Label;url=privatelabel.htm;");
aI("text=Heavy Duty Reman;url=heavyduty.htm;");
aI("text=Kanban/JIT;url=kanban.htm;");
}

with(milonic=new menuname("Contact Us")){
style=ScrollingSampStyle;
aI("text=Contact Info;url=Contact.htm;");
aI("text=Locations;url=Location.htm;");
}


drawMenus();

