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(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#000000";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#000000";
oncolor="#D2D2D2";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=4;
pagebgcolor="#000000";
pagecolor="FFFFFF";
separatorcolor="#999999";
separatorsize=0;
subimage="/arrow.gif";
subimagepadding=2;
position="absolute";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=84;
aI("showmenu=Company;text=Company;url=/company.html");
aI("showmenu=Services;text=Service;url=/services.html;");
aI("showmenu=Construction;text=Construction;url=/construction.html");
aI("showmenu=Precon;text=Pre-Construction Services;url=/pre_construction.html;");
aI("showmenu=Safety;text=Safety;url=/safety.html");
aI("showmenu=Careers;text=Careers;url=/careers.html");
aI("showmenu=Employees;text=Employees;url=https://employeePortal.PolkMechanical.com/");
aI("showmenu=Projects;text=Projects;url=/projects.html");
aI("showmenu=Contact;text=Contact Us;url=/contact2.html");



}

with(milonic=new menuname("Services")){
overflow="scroll";
style=menuStyle;
}


with(milonic=new menuname("Safety")){
style=menuStyle;
aI("text=Safety Links;url=/safety_links.html;");
}

with (milonic = new menuname("Careers")) {
    style = menuStyle;
    aI("text=Prospective Employees;url=/careers.html;");
    aI("text=Current Employees;url=https://EmployeePortal.PolkMechanical.com/;");
}

with (milonic = new menuname("Company")) {
style=menuStyle;
aI("text=Leadership;url=/ken_polk.html;");
aI("text=Guiding Principles;url=/GuidingPrinciples.html;");
aI("text=News & Press;url=/pressRelease/news.html;");
aI("text=Licenses;url=/licenses.html;");
aI("text=Contact Us;url=/contact.html;");
}



drawMenus();


