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()){
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
offbgcolor="transparent";
offcolor="#65696e";
bgimage="";
overbgimage="";
onbgcolor="#cccccc";
oncolor="#65696e";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2)";
padding=0;
pagebgcolor="#999999"; /*indicates what page you're on*/
pagecolor="#ffffff";
separatorcolor="#cccccc";
separatorsize=1;
itemwidth=200;  /*width of each item on the menu */
itemheight=25;
align="left";
}

with(milonic=new menuname("Careers Menu")){
alwaysvisible=1;
position="relative";
left="13";
orientation="vertical";
style=menuStyle;
aI("text=&nbsp;&nbsp;&bull;&nbsp;Current Opportunities;url=posts.php;");
aI("text=&nbsp;&nbsp;&bull;&nbsp;Submit Resume;url=resume.php;");
}

drawMenus();

