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="#333333";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="60%";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#004CA0";
oncolor="#ffffff";
padding=5;
pagebgcolor="#FF0000";
pagecolor="white";
separatorcolor="#333333";
separatorsize=1;
subimage="";
subimagepadding=2;
}


with(milonic=new menuname("Our Services")){
style=menuStyle;
aI("text=Areas of Expertise;url=areas.asp;");
aI("text=Extended Services;url=extendedServices.asp;");
aI("text=Translations;url=translations.asp;");
}
with(milonic=new menuname("Employment Opportunities")){
style=menuStyle;
aI("text=Skilled Visa Program;url=skilled.asp;");
aI("text=Business Visa Program;url=business.asp;");
aI("text=Family/Partner Visa Program;url=family.asp;");
aI("text=Employer Sponsored;url=employer.asp;");
aI("text=Student Visas;url=student.asp;");
aI("text=Refugee And Humanitarian;url=refugee.asp;");
}
with(milonic=new menuname("Company Profile")){
style=menuStyle;
aI("text=About Us;url=aboutUs.asp;");
aI("text=How We Work;url=howWeWork.asp;");

}
with(milonic=new menuname("Visa Information")){
style=menuStyle;
aI("text=Areas of Expertise;url=areas.asp;");
aI("text=Extended Services;url=extendedServices.asp;");
aI("text=Translations;url=translations.asp;");
}
drawMenus();

