﻿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="#33348f";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontweight="bold";
offcolor="#ededed";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=1;
separatorcolor="#33348f";
separatorsize=0;
subimagepadding=0;
}

with(submenuStyle=new mm_style()){
bordercolor="#33348f";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="bold";
offbgcolor="#d1d0e1";
offcolor="#33348f";
onbgcolor="#33348f";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=5;
separatorcolor="#33348f";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=&nbsp;HOME&nbsp;;url=/index.html;");
aI("image=/_img/menu-spacer.gif;url=#;");
aI("text=&nbsp;SERVICES&nbsp;;showmenu=Services;");
aI("image=/_img/menu-spacer.gif;url=#;");
aI("text=&nbsp;CLIENT LIST&nbsp;;url=/_pages/client-list.html;");
aI("image=/_img/menu-spacer.gif;url=#;");
aI("text=&nbsp;CONTACT&nbsp;;showmenu=Contact;");
}

with(milonic=new menuname("Services")){
style=submenuStyle;
aI("text=Interpreting;url=/_pages/interpreting.html;");
aI("text=Translation;url=/_pages/translation.html;");
aI("text=Certification;url=/_pages/certification.html;");
aI("text=Languages;url=/_pages/languages.html;");
aI("text=Rates;url=/_pages/rates.html;");
}

with(milonic=new menuname("Contact")){
style=submenuStyle;
aI("text=Request a Quote;url=/_pages/request-a-quote.html;");
aI("text=Offices;url=/_pages/offices.html;");
}

drawMenus();

