_menuCloseDelay=750;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=0;
 
with(menuStyle=new mm_style()){
 align="left";
 bordercolor='#25191c';
 borderstyle='solid';
 separatorcolor='#bebabb';
 separatorsize='1';
 borderwidth='1';
 fontfamily='calibri, arial';
 fontsize='14px';
 fontstyle='normal';
 fontweight='regular';
 headerbgcolor='#1f1b1d';
 headercolor='#000000';
 offbgcolor='#746d71';
 offcolor='#fff';
 onbgcolor='#bebabb';
 oncolor='#fff';
 padding='6';
 pagebgcolor='#bebabb';
 pagecolor='#fff';
 subimage='images/arrowWhite.png';
 onsubimage='images/arrowWhite.png';
 subimagepadding='3';
 itemwidth='215';
}


////////////////////////////////
with (milonic = new menuname("ABOUT")) {
	style = menuStyle;
	top = "offset=2";
	left = "offset=0";
	aI("text=Our Mission;url=index.cfm?pg=Mission;");
  aI("text=Contact Us;url=index.cfm?pg=ContactUs;");
  aI("text=Join MAJ;url=index.cfm?pg=WhyJoin;");
  aI("text=Board of Governors;url=index.cfm?pg=boardofgov;");
  aI("text=Past Presidents;url=index.cfm?pg=pastpresidents;");
  aI("text=Lifetime Members;url=index.cfm?pg=Lifetime;");
}

/////////////////////////////////
with (milonic = new menuname("MEMBERS")) {
	style = menuStyle;
	top = "offset=2";
	left = "offset=0";
	aI("text=My MAJ;url=index.cfm?pg=MyMAJ;");
	aI("text=List Servers;url=index.cfm?pg=listviewer;");
	aI("text=Renew Online;url=index.cfm?pg=RenewMembership;");
	aI("text=Publications;url=index.cfm?pg=Publications;");
	aI("text=Search Database;url=index.cfm?pg=Search;");
	aI("text=MAJ Member Directory;url=index.cfm?pg=Members;");
	aI("text=Leaders Forum;url=index.cfm?pg=LeadersForum;");
	aI("text=Connection Line Sponsors;url=index.cfm?pg=ConnectionLine;");
}
/////////////////////////////////
with (milonic = new menuname("CLE")) {
	style = menuStyle;
	top = "offset=2";
	left = "offset=0";
	aI("text=Online Legal Education;url=index.cfm?pg=semwebcatalog;");
	aI("text=Calendar;url=index.cfm?pg=events&evAction=viewMonth;");
	aI("text=Conferences & Events;url=index.cfm?pg=events&evAction=listAll;");
	aI("text=Annual Convention;url=index.cfm?pg=Convention;");
	aI("text=Exhibit/Sponsorship Information;url=index.cfm?pg=ExhibitorInfo;");
}

////////////////////////////////
with (milonic = new menuname("PR")) {
	style = menuStyle;
	top = "offset=2";
	left = "offset=0";
	aI("text=Find an Attorney;url=index.cfm?pg=publicdirectory;");
	aI("text=Helpful Links;url=index.cfm?pg=HelpfulLinks;");
	aI("text=Press Releases;url=index.cfm?pg=PressReleases;");
}
drawMenus();
