fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=-36;




with(menuStyle=new mm_style()){
bordercolor="#f2f2f2";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Tahoma";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#f2f2f2";
headercolor="#000000";
offbgcolor="transparent";
offcolor="#003366";
onbgcolor="#e5e5e5";
oncolor="#307D5D";
outfilter="randomdissolve(duration=0.0)";
overfilter="Fade(duration=0.0);Alpha(opacity=100)";
padding=13;
pagebgcolor="#f2f2f2";
pagecolor="f2f2f2";
separatorcolor="#FFFFFF";
separatorsize=1;
subimage="../DHTMLimages/arrowGreen.gif";
subimagepadding=5;
}


with(SubMenuStyle=new mm_style()){
bordercolor="#f2f2f2";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Tahoma";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#f2f2f2";
headercolor="#000000";
offbgcolor="#eaeaea";
offcolor="#003366";
onbgcolor="#e5e5e5";
oncolor="#307D5D";
outfilter="randomdissolve(duration=0.0)";
overfilter="Fade(duration=0.0);Alpha(opacity=100)";
padding=11;
pagebgcolor="#f2f2f2";
pagecolor="f2f2f2";
separatorcolor="#FFFFFF";
separatorsize=1;
subimage="../DHTMLimages/arrowGreen.gif";
subimagepadding=5;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=31;
orientation="vertical";
style=menuStyle;
menuwidth=225;
position="relative"; 
//aI("showmenu=MEMBERSONLY;text=&nbsp;MEMBERS ONLY;");
aI("text=&nbsp;&nbsp;&nbsp;Who We Are;url=../WHOWEARE/default.asp;");
aI("text=&nbsp;&nbsp;&nbsp;Why Regulation Matters;url=../WHYREGULATION/default.asp;");
aI("showmenu=PUBLICMEETINGS;text=&nbsp;&nbsp;&nbsp;Public Meetings/Hearings;");
aI("text=&nbsp;&nbsp;&nbsp;Why Contact a College?;url=../WHYCONTACT/default.asp;");
aI("showmenu=ABOUTYOURCARE;text=&nbsp;&nbsp;&nbsp;About Your Care;");
aI("text=&nbsp;&nbsp;&nbsp;Contact Us;url=../CONTACTUS/default.asp;");
aI("showmenu=EVENTSANDRESOURCES;text=&nbsp;&nbsp;&nbsp;Events and Resources;");
aI("text=&nbsp;&nbsp;&nbsp;News;url=../NEWS/default.asp;");
aI("text=&nbsp;&nbsp;&nbsp;Privacy;url=../PRIVACY/default.asp;");
}


	with(new menuname("PUBLICMEETINGS")){
	style=SubMenuStyle;
	aI("text=Council Meetings;url=../PUBLICMEETINGS/council.asp;")
	//aI("text=Council Meeting Dates;url=../PUBLICMEETINGS/meetings.asp;")
	aI("text=Discipline Hearings;url=../PUBLICMEETINGS/discipline.asp;")
	}
	
	
	with(new menuname("ABOUTYOURCARE")){
	style=SubMenuStyle;
	aI("text=Overview;url=../ABOUTYOURCARE/default.asp;")
	aI("text=Articles by Subject;url=../ABOUTYOURCARE/articles.asp;")
	aI("text=Radio Ads;url=../ABOUTYOURCARE/radio.asp;")
	}
	
	
	with(new menuname("EVENTSANDRESOURCES")){
	style=SubMenuStyle;
	aI("text=Events;url=../EVENTSRESOURCES/events.asp;")
	aI("text=Interprofessional Collaboration;url=../EVENTSRESOURCES/interprofessional.asp;")
	aI("text=A Guide to Medical Directives and Delegation;url=../EVENTSRESOURCES/medical.asp;")
	}
	
	
drawMenus();

