_menuCloseDelay=2000;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=0;
 
with(menuStyle=new mm_style()){
 align="left";
 bordercolor='#ccc';
 borderstyle='solid';
 separatorcolor='#fff';
 separatorsize='1';
 borderwidth='1';
 fontfamily='Arial, Helvetica';
 fontsize='13px';
 fontstyle='normal';
 fontweight='bold';
 headerbgcolor='#f8f8f8';
 headercolor='#000000';
 offbgcolor='#fff';
 offcolor='#0d8dd1';
 onbgcolor='#ddd';
 oncolor='#0d8dd1';
 padding='6';
 pagebgcolor='#f8f8f8';
 pagecolor='#406791';
 subimage='images/arrowWhite.png';
 onsubimage='images/arrowWhite.png';
 subimagepadding='3';
 itemwidth='185';
}



//=====================================================================================================//
with (milonic = new menuname("about")) {
	style = menuStyle;
	top = "offset=3";
	left = "offset=-5";
	aI("text=Purpose;url=index.cfm?pg=Purpose;");
	aI("text=TAJ Leadership;url=index.cfm?pg=Leadership;");
	aI("text=Committees;url=index.cfm?pg=Committees;");
	aI("text=Bylaws;url=index.cfm?pg=Bylaws;");
	aI("text=Contact Us;url=index.cfm?pg=ContactTAJ;");
	aI("text=TAJ Store;url=index.cfm?pg=Store;");
}
//=====================================================================================================//
with (milonic = new menuname("member")) {
	style = menuStyle;
	top = "offset=3";
	left = "offset=-5";
	aI("text=Justice Nation &#187;;showmenu=justice;");
	aI("text=About Justice Nation;url=index.cfm?pg=justicenation;");
	aI("text=Access the List Server;url=index.cfm?pg=listviewer;");	
	aI("text=TAJ Eclips;url=index.cfm?pg=eclipsViewer;");
	aI("text=Litigation Data Bank;url=index.cfm?pg=search;");
	aI("text=Document Bank;url=index.cfm?pg=search&bid=586;");
	aI("text=Member Directory;url=index.cfm?pg=members;");
	aI("text=Edit My Profile;url=index.cfm?pg=updateMember;");
}
		// ----------------------------------------------------------------------------------------------- //
			with (milonic = new menuname("justice")) {
			style = menuStyle;
			top = "offset=0";
			left = "offset=0";
			aI("text=List Guidelines;url=index.cfm?pg=ListGuidelines;");
			aI("text=My List Communities;url=/index.cfm?pg=socialnetwork&snpg=communitymanager;");
			aI("text=List Server Applications;url=index.cfm?pg=ListServApps;");
		}


//=====================================================================================================//
with (milonic = new menuname("join")) {
	style = menuStyle;
	top = "offset=3";
	left = "offset=-5";
	aI("text=Member Benefits;url=index.cfm?pg=MemberhsipBenefits;");
	aI("text=Application;url=index.cfm?pg=joinTAJ;");
}
//=====================================================================================================//
with (milonic = new menuname("cle")) {
	style = menuStyle;
	top = "offset=3";
	left = "offset=-5";
	aI("text=Calendar;url=index.cfm?pg=events;");
	aI("text=Seminar Web;url=index.cfm?pg=semwebCatalog;");
	aI("text=FastCLE;url=index.cfm?pg=FastCLE;");
}
//=====================================================================================================//
with (milonic = new menuname("legis")) {
	style = menuStyle;
	top = "offset=3";
	left = "offset=-5";
	aI("text=LIFT;url=index.cfm?pg=liftpac;");
	aI("text=Circle of Advocates;url= /docDownload/43970;");
  aI("text=Advocacy Center;url=index.cfm?pg=LegislativeInfo;");
}
//=====================================================================================================//
with (milonic = new menuname("news")) {
	style = menuStyle;
	top = "offset=3";
	left = "offset=-5";
	aI("text=TAJ News;url=index.cfm?pg=NewsRoom;");
	aI("text=Issue Resources;url=index.cfm?pg=IssueResources;");
	aI("text=Multimedia;url=index.cfm?pg=VideoGallery;");
	aI("text=Blogs;url=index.cfm?pg=MemberBlogs;");
}
//=====================================================================================================//
//=====================================================================================================//



drawMenus();
