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(ScrollingSampStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana,helvetica";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#215898";
offcolor="#ffffff";
onbgcolor="#184372";
oncolor="#ffffff";
padding=3;
}


<!-- Contact MENU -->

with(milonic=new menuname("Contact")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Contact Information;url=contact.html;");
aI("text=Career Opportunities;url=opportunities.html;");
}

drawMenus();

