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;
buildAfterLoad=true



with(menuStyle=new mm_style()){
bordercolor="#515963";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#51d368";
outfilter="randomdissolve(duration=0.3)";
padding=9.5;
pagebgcolor="transparent";
pagecolor="#a0a3a6";
separatorcolor="#515963";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;

orientation="horizontal";
position="relative";
style=menuStyle;

aI("text=&nbsp;HOME;url=0310_index.html;");
aI("text=ABOUT US;url=0310_about.html;");
aI("text=PERMANENT SOLUTIONS;url=0310_permsolutions.html;");
aI("text=TEMPORARY SOLUTIONS;url=0310_tempsolutions.html;");
aI("text=CANDIDATE SERVICES;url=0310_candidate.html;");
aI("text=JOBS;url=0310_jobs.html;");
aI("text=RESOURCES;url=0310_resources.html;");
aI("text=FINANCIAL NEWS;url=0310_financial.html;");
aI("text=CONTACT;url=0310_contact.html;")
}

drawMenus();

