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 (menu1 = new mm_style()) {
    offcolor = "#202020";
    offbgcolor = "transparent";
    oncolor = "#E95D27";
    ondecoration = 'underline';
    fontsize = "14px";
    fontweight = "bold";
    padding = 6;
    borderwidth = 0;
    fontstyle = "normal";
    fontfamily = "arial";
    separatorwidth = 1;
    separatorpadding = 1;
    pagebgcolor = "#A5A7AB";
}

with (style2 = new mm_style()) {
    bordercolor = "#67A2CE";
    borderstyle = "solid";
    borderwidth = 0;
    fontfamily = "arial";
    fontsize = "14px";
    fontweight = "bold";
    fontstyle = "normal";
    align = "left";
    offbgcolor = "#C4C5C7";
    offcolor = "#202020";
    oncolor = "#E95D27";
    ondecoration = 'underline';
    overfilter = "Shadow(color=#777777', Direction=135, Strength=3)";
    padding = 3;
    pagebgcolor = "#A5A7AB";
}


with(milonic=new menuname("Main Menu")){
top = 124;
screenposition = "center";
left = "offset=-70";
alwaysvisible = 1;
orientation = "horizontal";
style=menu1;
aI("url=http://www.equip.com.au/Default.aspx;text=Home;");
aI("url=http://www.equip.com.au/Products/Default.aspx;text=Product Catalog");
aI("url=http://www.equip.com.au/Interact/OrderForm.asp;text=Order Online;");
aI("showmenu=Information;text=Information");
aI("url=http://www.equip.com.au/Training.aspx;text=Training");
aI("url=http://www.equip.com.au/AboutUs.aspx;text=Contact Us;");
}

with (milonic = new menuname("Information")) {
style = style2;
aI("text=Choosing a First Aid Kit;url=http://www.equip.com.au/Products/Choosing_a_First_Aid_Kit.aspx;");
aI("url=http://www.equip.com.au/Suppliers/Default.aspx;text=Where to Buy;");
aI("text=Testimonials;url=http://www.equip.com.au/Testimonials.aspx;");
aI("text=Warranties;url=http://www.equip.com.au/Products/Warranties.aspx;");
aI("url=http://www.equip.com.au/WholeSale/Default.aspx;text=Wholesale Login;");
}


drawMenus();


