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="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Tahoma";
fontsize="9px";
fontweight="bold";
fontstyle="normal";
onbold=1;
offbold=1;
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="";
offcolor="#ffffff";
oncolor="#a8c7cb";
padding=0;
pagebgcolor="";
pagecolor="#ffffff";
pageoncolor="#ffffff";
separatorcolor="#transparent";
separatorsize=37;
subimagepadding=4;
}


with(submenuStyle=new mm_style()){
bordercolor="#807d82";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Tahoma";
fontsize="11px";
fontweight="bold";
fontstyle="normal";
onbold=1;
offbold=1;
offbgcolor="#808080";
offcolor="#fff";
onbgcolor="";
oncolor="#a8c7cb";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
pagebgcolor="";
separatorcolor="#transparent";
separatorsize=1;
}

with(milonic=new menuname("Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=/index.html;");
aI("text=&nbsp;&nbsp;About;url=/pages/about-us.html;");
aI("text=&nbsp;For Clients;url=/pages/for-clients.html;");
aI("text=&nbsp;For Candidates;showmenu=candidates;");
aI("text=Contact Us;url=/pages/contact-us.html;");
}



with(milonic=new menuname("candidates")){
style=submenuStyle;
aI("text=For Candidates;url=/pages/for-candidates.html;")
aI("text=Job Openings;url=/cgi-bin/DJlinks.cgi?TEMPLATE=job-openings.html;")
aI("text=Interview Tips;url=/pages/interview-tips.html;")
aI("text=R&eacute;sum&eacute; Tips;url=/pages/resume-tips.html;")



}




drawMenus();


