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()){
styleid=11;
bordercolor="";
borderstyle="";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
image="";
imagepadding=6;
itemwidth=60;
offbgcolor="#a81c24";
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#a81c24";
outfilter="";
overfilter="";
overimage="";
padding=3;
pagebgcolor="";
pagecolor="";
separatorcolor="";
separatorsize=0;
}


with(milonic=new menuname("Main Menu2")){
alwaysvisible=11;
align="center";
orientation="horizontal";
style=menuStyle;
position="relative";

aI("text=Home;url=/index.html;");
aI("text=Careers;url=/careers.html;");
aI("text=Site Map;url=/sitemap.html;");
aI("text=Search;url=/search.html;");
}


drawMenus();

