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=0;
_subOffsetLeft=0;
horizontalMenuDelay=false; 

with(mainMenuStyle=new mm_style()){
borderwidth=0;
padding=0;
separatorsize=0;
}

with(menuStyle=new mm_style()){
bordercolor="#6a5e5e";
borderstyle="solid";
borderwidth=1;
fontfamily="PTSansRegular,  Gill Sans MT, Trebuchet MS, Arial, sans-serif";
fontsize="10pt";
fontstyle="normal";
offbgcolor="#a64f4b";
offcolor="#f8f8f8";
onbgcolor="#F8F8F8";
oncolor="#000000";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.1);Shadow(color=#999999', Direction=135, Strength=2)";
padding=7;
pagebgcolor="#dbdbdb";
pagecolor="#000000";
separatorcolor="#923f3b";
separatorsize=1;
subimage="images/arrowright.gif";
onsubimage="images/arrowrightover.gif";
subimagepadding="0";
}


with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Overview;url=overview.shtml;");
aI("text=Our Team;url=ourteam.shtml;");
}

with(milonic=new menuname("Employers")){
style=menuStyle;
aI("text=Why Consumer Connection;url=whyconsumerconnection.shtml;");
aI("text=Category Expertise;url=categoryexpertise.shtml;");
aI("text=Search Process;url=searchprocess.shtml;");
aI("text=Sales;url=sales.shtml;");
aI("text=Marketing;url=marketing.shtml;");
aI("text=How to Get Started;url=howtogetstarted.shtml;");
}

with(milonic=new menuname("Candidates")){
style=menuStyle;
aI("text=Sales Roles;url=salesroles.shtml;");
aI("text=Marketing Roles;url=marketingroles.shtml;");
aI("text=Areas of Expertise;url=categoryexpertise.shtml;");
aI("text=Current Openings;url=currentopenings.shtml;");
aI("text=Submit a Resume;url=submitresume.shtml;");
aI("text=Career Toolbox;url=careertoolbox.shtml;showmenu=Toolbox");

}

with(milonic=new menuname("Toolbox")){
style=menuStyle;
aI("text=Resume Writing Tips;url=resumetips.shtml;");
aI("text=Sample Resumes;url=sampleresumes.shtml;");
aI("text=The Interview Process;url=interviewprocess.shtml;");
aI("text=Resignation Tips and Sample Letters;url=resignationtips.shtml;");
aI("text=Counter Offer;url=counteroffer.shtml;");

}

with(milonic=new menuname("Jobs")){
style=menuStyle;
aI("text=Current Openings;url=currentopenings.shtml;");
aI("text=Sales Job Descriptions;url=salesjobdescriptions.shtml;");
aI("text=Marketing Job Descriptions;url=marketingjobdescriptions.shtml;");

}


drawMenus();


