_menuCloseDelay=800;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=0;
 
with(menuStyle=new mm_style()){
 align="left";
 bordercolor='#011D5E';
 borderstyle='solid';
 separatorcolor='#2F549A';
 separatorsize='1';
 borderwidth='1';
 fontfamily='Arial, Helvetica';
 fontsize='12px';
 fontstyle='normal';
 fontweight='regular';
 headerbgcolor='#f8f8f8';
 headercolor='#000000';
 offbgcolor='#011D5E';
 offcolor='#ffffff';
 onbgcolor='#2F549A';
 oncolor='#ffffff';
 padding='5';
 pagebgcolor='#2F549A';
 pagecolor='#ffffff';
 subimage='/assets/common/images/whitearrow.gif';
 onsubimage='/assets/common/images/whitearrow.gif';
 subimagepadding='2';
 itemwidth='100%';
}

////////////////////////////////
with (milonic = new menuname("MEMBER")) {
	style = menuStyle;
	top = "offset=6";
	left = "offset=-9";
	menuwidth = '186';
	aI("text=Listserver Access;showmenu=LISTSERVER;");
	aI("text=Update My Information;url=index.cfm?pg=updateMember;");
	aI("text=MATA Events;url=index.cfm?pg=events&evAction=listAll;");
	aI("text=Amicus Help;url=/index.cfm?pg=AmicusCuriaeForm;");	
	aI("text=Online CLE;url=index.cfm?pg=semWebCatalog;");
	aI("text=Events Calendar;url=index.cfm?pg=events&evAction=viewMonth;");
	aI("text=Justice Nation;url=index.cfm?pg=SocialNetwork;");
	aI("text=Member Directory;url=index.cfm?pg=Members;");
	aI("text=Committees;url=index.cfm?pg=Committees;");
	aI("text=MATA Document Bank;url=index.cfm?pg=search&bid=352;");
	aI("text=Legislative Action;url=index.cfm?pg=LegislativeUpdate;");
	aI("text=PAC;showmenu=PAC;");
	aI("text=MATA Store;url=index.cfm?pg=store;");
}

////////////////////////////////
with (milonic = new menuname("LISTSERVER")) {
	style = menuStyle;
	menuwidth = '186';
	aI("text=Post A Message;url=index.cfm?pg=listviewer&lsAction=listPost;");
	aI("text=Browse List Messages;url=index.cfm?pg=listviewer&lsAction=listBrowse;");
	aI("text=Search List Messages;url=index.cfm?pg=search&bid=351;");
	aI("text=Change My Settings;url=index.cfm?pg=listviewer&lsAction=listSettings;");
}

////////////////////////////////
with (milonic = new menuname("MATA")) {
	style = menuStyle;
	menuwidth = '186';
	aI("text=Bylaws / Constitution;url=index.cfm?pg=MATA%20Bylaws;");
	aI("text=Officers;url=index.cfm?pg=Officers;");
	aI("text=Staff;url=index.cfm?pg=Staff;");
}

////////////////////////////////
with (milonic = new menuname("PAC")) {
	style = menuStyle;
	menuwidth = '186';
	aI("text=Missouri Freedom;url=index.cfm?pg=MissouriFreedom;");
	aI("text=Safer Families for Missouri;url=index.cfm?pg=SaferFamilies;");
}

////////////////////////////////
with (milonic = new menuname("TRIALSMITH")) {
	style = menuStyle;
	top = "offset=6";
	left = "offset=-19";
	menuwidth = '186';
	aI("text=Expert Depositions;url= index.cfm?pg=search&bid=353;");
	aI("text=Expert Challenges;url=index.cfm?pg=search&bid=354;");
	aI("text=Expert Database;url=index.cfm?pg=expertBank;");
	aI("text=Disciplinary Actions;url=index.cfm?pg=search&bid=1471;");
	aI("text=FastCase Law Library;url=index.cfm?pg=search&bid=362;");
	aI("text=Legal Forms;url=index.cfm?pg=uslf;");
	aI("text=SeminarWeb;url=index.cfm?pg=semWebCatalog;");
}

////////////////////////////////
with (milonic = new menuname("PUBLIC")) {
	style = menuStyle;
	top = "offset=6";
	left = "offset=-11";
	menuwidth = '186';
	aI("text=What is MATA?;url=index.cfm?pg=History%20Of%20MATA;showmenu=MATA;");
	aI("text=Benefits of Membership;url=index.cfm?pg=MemberInfo;");
	aI("text=Key Issues;url=index.cfm?pg=Issues;");
	aI("text=Media;url=index.cfm?pg=MediaContacts;");
}

/////////////////////////////////
with (milonic = new menuname("PUBLICATIONS")) {
	style = menuStyle;
	top = "offset=6";
	left = "offset=-22";
	menuwidth = '186';
	aI("text=The MATA Advocate;url=index.cfm?pg=Advocate;");
	aI("text=The Missouri Trial Attorney;url=index.cfm?pg=TheMissouriTrialAttorney;");
	aI("text=Post a Verdict;url=index.cfm?pg=PostVerdict;");
	aI("text=Advertise;url=index.cfm?pg=Advertise;");
}

////////////////////////////////
with (milonic = new menuname("OUTREACH")) {
	style = menuStyle;
	top = "offset=6";
	left = "offset=-27";
	menuwidth = '186';
	aI("text=Emergency Response Team;url=index.cfm?pg=DisasterRelief;");
	aI("text=MO Trial Lawyers Care;url=index.cfm?pg=MOTrialLawyerCare;");
	aI("text=Other Outreach Efforts;url=index.cfm?pg=OtherOutreachEfforts;");
}

////////////////////////////////
with (milonic = new menuname("ADVERTISE")) {
	style = menuStyle;
	top = "offset=6";
	left = "offset=-13";
	menuwidth = '186';
	aI("text=Be a \"Partner for Justice\";url=index.cfm?pg=BeaPartnerforJustice;");
	aI("text=MATA Website;url=index.cfm?pg=WebsiteAdvertising;");
	aI("text=The Missouri Trial Attorney;url=index.cfm?pg=MissouriTrialAttorney;");
	aI("text=MATA Membership Directory;url=index.cfm?pg=AdvertiseDirectory;");
	aI("text=Exhibit at the MATA Convention;url=index.cfm?pg=ExhibitattheMATAConvention;");
}

drawMenus();
