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;

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="#3e63a9";
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=185;
offbgcolor="#FFFFFF";
offcolor="#666666";
onbgcolor="#F9F7F7";
oncolor="#3e63a9";
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=listBrokerage;text=LIST BROKERAGE;url=List-Brokerage.asp;");
}

with(milonic=new menuname("listBrokerage")){
top="offset=16";
style=dropStyle;
aI("text=Cornwell Data Cards;url=http://datacards.cornwelldata.com;");
aI("text=Cornwell Data’s On-line List System;url=http://www.Mailinglistcounts.com/?ID=232;target='blank';");
aI("text=Consumers;url=List-Brokerage-Consumers.asp;");
aI("text=Businesses;url=List-Brokerage-Businesses.asp;");
aI("text=Education Market;url=List-Brokerage-Education.asp;");
aI("text=Resident/Occupant;url=List-Brokerage-Resident.asp;");
aI("text=Specialty Lists;url=List-Brokerage-Specialty.asp;");
aI("text=Email Campaigns;url=List-Brokerage-eMail.asp;");
}

drawMenus();

