_menuCloseDelay=2000;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
	bordercolor="#5a7d90";
	borderstyle="solid";
	borderwidth=0;
	fontfamily="calibri, arial";
	fontsize="14px";
	fontstyle="normal";
	fontweight="regular";
	headerbgcolor="#ffffff";
	headercolor="#000000";
	offbgcolor="#b6b5b1";
	offcolor="#ffffff";
	onbgcolor="#6C96A6";
	oncolor="#ffffff";
	padding=6;
	pagebgcolor="#6C96A6";
	pagecolor="#FFFFFF";
	separatorcolor="#ffffff";
	separatorsize=1;
	subimage="/javascripts/arrow.gif";
	onsubimage="/javascripts/whitearrow.gif";
	
}

with(milonic=new menuname("ABOUT")){
style=menuStyle;
aI("text=Leadership;url=index.cfm?pg=Board;");
aI("text=Board;url=index.cfm?pg=boarddirectory&dirAction=SearchResults;");
aI("text=Sections;url=index.cfm?pg=Sections;");
aI("text=Committees;url=index.cfm?pg=Committees;");
aI("text=VTL Foundation;url=index.cfm?pg=VTLFoundation;");
aI("text=VTL PAC;url=index.cfm?pg=VTLPac;");
aI("text=Family Law Coalition;url=index.cfm?pg=familylawcoalition;");
aI("text=VCJC;url=index.cfm?pg=VCJC;");
aI("text=Bylaws;url=index.cfm?pg=Bylaws;");
aI("text=Staff;url=index.cfm?pg=Staff;");
aI("text=Contact Us;url=index.cfm?pg=Contact;");
}

with(milonic=new menuname("TOOLS")){
style=menuStyle;
aI("text=Communities;url=index.cfm?pg=Communities;");
aI("text=Hot Docs;url=index.cfm?pg=VTLAHotDocuments;");
aI("text=Journal;url=/index.cfm?pg=journal;");
aI("text=Law Letter;url=index.cfm?pg=LawLetterOnline;");
aI("text=Amicus Briefs;url=index.cfm?pg=AmicusBriefs;");
aI("text=Member Directory;url=index.cfm?pg=memberdirectory;");
aI("text=Member Services;url=index.cfm?pg=memberPrograms;");
aI("text=Trialsmith Depositions;url=index.cfm?pg=search&bid=626;");
aI("text=Trialsmith Resources;url=/index.cfm?pg=aboutTrialSmith;");
}

with(milonic=new menuname("LISTSERVES")){
style=menuStyle;
aI("text=About VTLA List Serves;url=index.cfm?pg=lists;");
aI("text=Browse List Messages;url=index.cfm?pg=listviewer&lsAction=listBrowse;");
aI("text=Join VTLA List Serves;url=index.cfm?pg=joinlists;");
aI("text=Search List Messages;url=index.cfm?pg=search&bid=624;");
aI("text=Post a Message;url=index.cfm?pg=listviewer&lsAction=listPost#PostMessage;");
aI("text=Change My List Settings;url=index.cfm?pg=listviewer&lsAction=listSettings;");
}

with(milonic=new menuname("EDUCATION")){
style=menuStyle;
aI("text=VTLA CLE;url=index.cfm?pg=currentsems;");
aI("text=SeminarWeb;url=index.cfm?pg=SemWebCatalog;");
aI("text=Annual Convention;url=index.cfm?pg=AnnualConvention;");
aI("text=Exhibitor Information;url=index.cfm?pg=Exhibit;");
aI("text=CLE Book Information;url=index.cfm?pg=clemats;");
}

with(milonic=new menuname("ADVOCACY")){
style=menuStyle;
aI("text=Legislative Program;url=index.cfm?pg=legislative;");
aI("text=Contributors;url=index.cfm?pg=LegContrib;");
}

with(milonic=new menuname("JOIN")){
style=menuStyle;
aI("text=Benefits;url=index.cfm?pg=Benefits;");
aI("text=Attorney;url=index.cfm?pg=MembApp;");
aI("text=Paralegal;url=index.cfm?pg=ParaApp;");
aI("text=New Bar Admittee;url=index.cfm?pg=newBar;");
}

drawMenus();


