fixMozillaZIndex=false; //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;
buildAfterLoad=true;

with(menuStyle=new mm_style()){
borderwidth=0;
decoration="none";
fontfamily="Trebuchet MS, Verdana, Arial, sans-serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#000000";
itemheight="3px";
offbgcolor="#FFFFFF"; //
offcolor="#134a15"; // Base Font Color
onbgcolor="#FFFFFF";
oncolor="#000000";
ondecoration="underline";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=4;
pagebgcolor="#FFFFFF";
separatorcolor="#134a15";
separatorheight=9;
separatorsize=1;
}

with(dropStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Trebuchet MS, Verdana, Arial, sans-serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#000000";
itemwidth=165;
offbgcolor="#FFFFFF";
offcolor="#666666";
onbgcolor="#F9F7F7";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=2;
pagebgcolor="#FFFFFF";
separatorcolor="#8A8A8A";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=default.asp");
aI("showmenu=AboutUs;text=About Us;");
aI("text=Events;url=Events.asp;");
aI("text=Careers;url=Careers.asp;");
aI("text=Contact Us;url=Contact-Us.asp;");
}

with(milonic=new menuname("AboutUs")){
top="offset=9";
style=dropStyle;

aI("text=Our History;url=Our-History.asp;");
aI("text=Our Officers;url=Our-Officers.asp;");
aI("text=Our Teams;url=Our-Teams.asp;");
aI("text=Types of Clients We Work With;url=Clients.asp;");
aI("text=Quality and Technology;url=Quality-Technology.asp;");

}

drawMenus();