_menuCloseDelay=110;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=0;
 
with(menuStyle=new mm_style()){
 align="left";
 bordercolor='#1b6375';
 borderstyle='solid';
 separatorcolor='#d4d7b5';
 separatorsize='0';
 borderwidth='1';
 fontfamily='Arial, Helvetica';
 fontsize='13px';
 fontstyle='normal';
 fontweight='regular';
 headerbgcolor='#f8f8f8';
 headercolor='#000000';
 offbgcolor='#1b6375';
 offcolor='#fff';
 onbgcolor='#92b8c1';
 oncolor='#fff';
 padding='4';
 pagebgcolor='#f8f8f8';
 pagecolor='#B0580C';
 subimage='images/arrowWhite.png';
 onsubimage='images/arrow.png';
 subimagepadding='0';
 itemwidth='180';
}



////////////////////////////////
with (milonic = new menuname("JOIN")) {
	style = menuStyle;
	top = "offset=3";
	aI("text=Apply Now;url=index.cfm?pg=join");
	aI("text=Why Join OTLA;url=index.cfm?pg=MemberBenefits;");
}
/////////////////////////////////
with (milonic = new menuname("ABOUT")) {
	style = menuStyle;
	top = "offset=3";
	aI("text=OTLA Board;url=index.cfm?pg=OTLABoard;");
	aI("text=OTLA Staff;url=index.cfm?pg=ContactUS;");
	aI("text=Member Benefits;url=index.cfm?pg=MemberBenefits;");
	aI("text=Guardians of Civil Justice;url=index.cfm?pg=Guardians;");
	aI("text=Event Calendar;url=index.cfm?pg=events;");
}
////////////////////////////////
with (milonic = new menuname("MEMBERRESOURCES")) {
	style = menuStyle;
	top = "offset=3";
	aI("text=OTLA Email List Servers;url=index.cfm?pg=EmailListservers;");
	aI("text=Membership Directory;url=index.cfm?pg=memberdirectory;");
	aI("text=View/Edit Your Information;url=index.cfm?pg=updateMember;");
	aI("text=Event Calendar;url=index.cfm?pg=events;");
  aI("text=Trial Calendar;url=index.cfm?pg=trialcalendar;");
	aI("text=Defense Medical Examiner Bank;url=index.cfm?pg=store&sa=ViewCategory&Cat=409;");
	aI("text=Brief Bank;url=index.cfm?pg=store&sa=ViewCategory&Cat=712;");
  aI("text=CLE Bank;url=index.cfm?pg=store&sa=ViewCategory&Cat=392;");
  aI("text=TrialSmith;url=index.cfm?pg=TrialSmithServices;");
  	aI("text=Job Bank;url=index.cfm?pg=AboutJobBank;");
	aI("text=Side Bar;url=index.cfm?pg=sidebar;");
	aI("text=Trial Lawyer Magazine;showmenu=TRIALLAWYERMAG;");
  aI("text=Legal Links;url=index.cfm?pg=LegalLinks;");
}
	with (milonic = new menuname("TRIALLAWYERMAG")) {
		style = menuStyle;
		top = "offset=0";
		aI("text=Search the Archive;url=index.cfm?pg=search&bid=3195;");
		aI("text=Browse by Topic;url=index.cfm?pg=TLMArticleDatabase&panel=browse&byT=22;");
		aI("text=Browse by Issue;url=index.cfm?pg=TLMArticleDatabase&panel=browse&byT=23;");
	}
////////////////////////////////
with (milonic = new menuname("EVENTS")) {
	style = menuStyle;
	top = "offset=3";
  aI("text=Events Calendar;url=index.cfm?pg=events&evResetcat=1;showmenu=ALLEVENTS;");
	aI("text=Webinars;url=index.cfm?pg=semwebCatalog&panel=browse&ft=SWL;");
	aI("text=Event Photos;url=index.cfm?pg=photogallery;");
}
  with (milonic = new menuname("ALLEVENTS")) {
		style = menuStyle;
		top = "offset=0";
		aI("text=All Events;url=index.cfm?pg=events&evResetcat=1;");
		aI("text=CLE Events;url=index.cfm?pg=events&evcat=503;");
    aI("text=Section Meetings;url=index.cfm?pg=events&evcat=506;");
    aI("text=Social Events;url=index.cfm?pg=events&evcat=504;");
    aI("text=Board Meetings;url=index.cfm?pg=events&evcat=505;");
	}
////////////////////////////////
with (milonic = new menuname("PRESSROOM")) {
	style = menuStyle;
	top = "offset=3";
	aI("text=Press Releases;url=index.cfm?pg=PressReleases;");
	aI("text=Side Bar;url=index.cfm?pg=SideBar;");
	aI("text=Trial Lawyer Magazine;url=index.cfm?pg=AboutTLM;");
}
////////////////////////////////


drawMenus();
