_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots6.gif";
offbgcolor="White";
offcolor="#2F2F2F";
onbgcolor="#CC6600";
onbold="bold";
oncolor="#ffffff";
padding="8";
separatorcolor="#ffffff";
separatorsize="9";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="10";
itemwidth="177";
}

with(submenuStyle=new mm_style()){
bordercolor="Black";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="White";
offcolor="Black";
onbgcolor="#9AB41F";
oncolor="#ffffff";
padding="4";
separatorcolor="#9AB41F";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=index.html;");
aI("showmenu=EmployersOur AdvantageLEFT_MENU;text=Employers;target=;url=Employers.html;");
aI("showmenu=Job SeekersWorking With UsLEFT_MENU;text=Job Seekers;target=;url=Job-Seekers.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Clients;target=;url=Clients.html;");
}

with(milonic=new menuname("EmployersOur AdvantageLEFT_MENU")){
style=submenuStyle;
aI("text=Our Advantage;target=;url=Our-Advantage.html;");
aI("text=FAQ;target=;url=FAQ.html;");
aI("text=Submit Your Job;target=;url=submitjob.aspx;");
}

with(milonic=new menuname("Job SeekersWorking With UsLEFT_MENU")){
style=submenuStyle;
aI("text=Working With Us;target=;url=Working-With-Us.html;");
aI("text=FAQ;target=;url=FAQ.html;");
aI("text=Submit a Resume;target=;url=submitresume.aspx;");
}


 drawMenus();

