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=3;
_subOffsetLeft=-4;

with(menuStyle=new mm_style()){
offclass="banner-menu-off";
onclass="banner-menu-on";
styleid=1;
align="left";
bordercolor="#fbfbfb";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma";
//fontsize="80%";
fontstyle="normal";
fontweight="normal";
// What's this? ***************************
//headerbgcolor="#ffffff";
//headercolor="#000000";
// Hover colors ***************************
onbgcolor="#336f33";      //#00517e";       //#747d7c";
oncolor="#fbfbfb";
// Static colors **************************
offbgcolor="#336f33";     //#00517e";     //#747d7c";
offcolor="#fbfbfb";
// On the page colors *********************
pagebgcolor="#336f33";    //#00517e";    //#747d7c";
pagecolor="#fbfbfb";
// This screws up the text quality ********
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=70);Shadow(color=#777777', Direction=135, Strength=5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);";
image="http://daxsafety.com/mt-static/js_menus/whitedots.gif";
overimage="http://daxsafety.com/mt-static/js_menus/yellowdots.gif";
pageimage="http://daxsafety.com/mt-static/js_menus/yellowdots.gif";
subimage="http://daxsafety.com/mt-static/js_menus/arrow_down.gif";
separatorcolor="#336f33";  //#00517e";  //#747d7c";
separatorsize=10;
padding=6;
imagepadding=3;
subimagepadding=1;
}

with(submenuStyle=new mm_style()){
offclass="banner-menu-off";
onclass="banner-menu-on";
align="left";
bordercolor="#fbfbfb";     // "#747d7c";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma";
//fontsize="80%";
fontstyle="normal";
fontweight="normal";
// What's this? ***************************
//headerbgcolor="#ffffff";
//headercolor="#000000";
// Hover colors ***************************
onbgcolor="#336f33";       //#00517e";       //#747d7c";
oncolor="#fbfbfb";
// Static colors **************************
offbgcolor="#336f33";      //#00517e";      //#747d7c";
offcolor="#fbfbfb";
// On the page colors *********************
pagebgcolor="#336f33";      //#00517e";     //#747d7c";
pagecolor="#fbfbfb";
// This screws up the text quality ********
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=70);Shadow(color=#777777', Direction=135, Strength=5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);";
image="http://daxsafety.com/mt-static/js_menus/whitedots.gif";
overimage="http://daxsafety.com/mt-static/js_menus/yellowdots.gif";
pageimage="http://daxsafety.com/mt-static/js_menus/yellowdots.gif";
subimage="http://daxsafety.com/mt-static/js_menus/arrow_down.gif";
separatorcolor="#fbfbfb";
separatorsize=1;
padding=6;
imagepadding=6;
subimagepadding=5;}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
//position="fixed";
screenposition="center";
left="offset=210"; //-37, -7, 66
top="offset=82";  // 82, 105
style=menuStyle;
aI("text=home;url=http://daxsafety.com/;");
aI("showmenu=Services;text=services;url=http://daxsafety.com/services/;");
aI("text=toolbox talk;url=http://daxsafety.com/talk/;");
aI("showmenu=Clients;text=clients;url=http://daxsafety.com/clients/;");
aI("showmenu=About;text=about;url=http://daxsafety.com/about/;");
aI("text=contact;url=http://daxsafety.com/contact/contact-dax-safety-staffing-llc.html;");
}

with(milonic=new menuname("Home")){
margin=0;
style=submenuStyle;
aI("text=privacy;url=http://daxsafety.com/privacy/;");
aI("text=sitemap;url=http://daxsafety.com/sitemap.html;");
aI("text=admin login;url=http://daxsafety.com/admin/;");
}


with(milonic=new menuname("Services")){
margin=0;
style=submenuStyle;
aI("text=overview;url=http://daxsafety.com/services/;");
aI("text=approach;url=http://daxsafety.com/services/approach/;");
aI("text=benefits;url=http://daxsafety.com/services/benefits/;");
//aI("text=outsourcing;url=http://daxsafety.com/services/outsource/;");
aI("text=documents;url=http://daxsafety.com/services/documents/;");
}

with(milonic=new menuname("About")){
margin=0;
style=submenuStyle;
aI("text=the company;url=http://daxsafety.com/about/;");
aI("text=leadership;url=http://daxsafety.com/about/leadership/;");
//aI("text=employees;url=http://daxsafety.com/about/employess/;");
aI("text=qualifications;url=http://daxsafety.com/about/qualifications/;");
}

with(milonic=new menuname("Clients")){
margin=0;
style=submenuStyle;
aI("text=companies;url=http://daxsafety.com/clients/;");
aI("text=projects;url=http://daxsafety.com/clients/projects/;");
aI("text=references;url=http://daxsafety.com/clients/references/;");
aI("text=feedback;url=http://daxsafety.com/clients/feedback.html;");
}

drawMenus();
