_menuCloseDelay=50;
_menuOpenDelay=50;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
 bordercolor='#DA4B14';
 borderstyle='solid';
 separatorcolor='#DA4B14';
 separatorsize='1';
 borderwidth='1';
 fontfamily='Verdana, Arial, Helvetica';
 fontsize='11px';
 fontstyle='normal';
 fontweight='bold';
 headerbgcolor='#ffffff';
 headercolor='#000000';
 offbgcolor='#FFFFFF';
 offcolor='#DA4B14';
 onbgcolor='#EDA046';
 oncolor='#ffffff';
 padding='4';
 pagebgcolor='#F9E1A7';
 pagecolor='#882B3D';
 subimage='/javascripts/arrow.gif';
 onsubimage='/javascripts/whitearrow.gif';
 subimagepadding='4';
 itemwidth='130';
}

with(milonic=new menuname('ABOUT')){
style=menuStyle;
top='offset=-2';
left='offset=-1';
aI('text=AzTLA Office;url=index.cfm?pg=Office;');
aI('text=Board of Directors;url=index.cfm?pg=Board;');
aI('text=Committees;url=index.cfm?pg=Committees;');
}

with(milonic=new menuname('CLE')){
style=menuStyle;
top='offset=-2';
left='offset=7';
aI('text=Upcoming Seminars;url=index.cfm?pg=UpcomingCLE;');
aI('text=Register On-Line;url=index.cfm?pg=events;');
aI('text=SeminarWeb;url=index.cfm?pg=semwebCatalog;');
}

with(milonic=new menuname('JOIN')){
style=menuStyle;
top='offset=-2';
left='offset=-17';
aI('text=Benefits;url=index.cfm?pg=Benefits;');
aI('text=Application;url=index.cfm?pg=Application;');
}

with(milonic=new menuname('MEMBERS')){
style=menuStyle;
top='offset=-2';
left='offset=0';
aI('text=AzTLA List Servers;url=index.cfm?pg=ListServIntro;');
aI('text=Depositions;url=index.cfm?pg=search&bid=80;');
aI('text=EClips News;url=index.cfm?pg=eclipsViewer;');
aI('text=Fastcase Law Library;url=index.cfm?pg=search&searchType=caselawview;');
aI('text=Legal Forms;url=index.cfm?searchType=uslegal&pg=search;');
aI('text=Appellate Highlights;url=index.cfm?pg=Appellate;');
aI('text=The Advocate;url=index.cfm?pg=Advocate;');
aI('text=IMEs;url=index.cfm?pg=IMEs;');
aI('text=Calendar;url=index.cfm?pg=events;');
aI('text=Membership Directory;url=index.cfm?pg=members;');
}

drawMenus();


