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;Events;url=../PRACTITIONERS/events.asp;");
aI("text=&nbsp;&nbsp;&nbsp;Discipline Hearing Courses;url=../PRACTITIONERS/discipline.asp;");
aI("showmenu=RESOURCES;text=&nbsp;&nbsp;&nbsp;Resources;");

//aI("text=&nbsp;");

//aI("text=&nbsp;&nbsp;&nbsp;Home Page;url=../WHOWEARE/default.asp;");
}


	with(new menuname("RESOURCES")){
	style=SubMenuStyle;
	aI("text=Interprofessional Collaboration;url=../PRACTITIONERS/interprofessional.asp;")
	aI("text=A Guide to Medical Directives and Delegation;url=../PRACTITIONERS/medical.asp;")
	}
	
	
	
	
drawMenus();

