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="#999999";
borderstyle="solid";
borderwidth=0;
decoration="underline";
fontfamily="Trebuchet MS, Verdana, Arial, sans-serif";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#000000";
itemheight="10px";
offbgcolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#FFFFFF";
oncolor="#dd7916";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=0;
pagebgcolor="#FFFFFF";
separatorcolor="#8A8A8A";
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="#dd7916";
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("showmenu=listManagement;text=LIST MANAGEMENT;url=http://www.cornwelldata.com/List-Management.asp;");
}

with(milonic=new menuname("listManagement")){
top="offset=16";
style=dropStyle;
aI("text=Data Hygiene and Merge/Purge;url=http://www.cornwelldata.com/List-Management-Data-Hygiene.asp;");
aI("text=File Overlays/Data Appends;url=http://www.cornwelldata.com/List-Management-Data-Appends.asp;");
aI("text=List Rental Fulfillment;url=http://www.cornwelldata.com/List-Management-List-Fulfillment.asp;");
aI("text=Full Marketing Services;url=http://www.cornwelldata.com/List-Management-Full-Marketing-Services.asp;");
aI("text=On-Line Count System;url=http://www.cornwelldata.com/List-Management-On-Line-Counts.asp;");
}

drawMenus();

