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;
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=http://www.cornwelldata.com/default.asp");
aI("showmenu=AboutUs;text=About Us;");
aI("text=Events;url=http://www.cornwelldata.com/Events.asp;");
aI("text=Careers;url=http://www.cornwelldata.com/Careers.asp;");
aI("text=Contact Us;url=http://www.cornwelldata.com/Contact-Us.asp;");
}

with(milonic=new menuname("AboutUs")){
top="offset=9";
style=dropStyle;

aI("text=Our History;url=http://www.cornwelldata.com/Our-History.asp;");
aI("text=Our Officers;url=http://www.cornwelldata.com/Our-Officers.asp;");
aI("text=Our Teams;url=http://www.cornwelldata.com/Our-Teams.asp;");
aI("text=Types of Clients We Work With;url=http://www.cornwelldata.com/Clients.asp;");
aI("text=Quality and Technology;url=http://www.cornwelldata.com/Quality-Technology.asp;");

}

drawMenus();