fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#414141";
offcolor="#E4E4E4";
onbgcolor="#000000";
oncolor="#E4E4E4";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#E4E4E4";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

			
with(b=new menuname("aboutusmenu")){
style=menuStyle;
aI("text=Mission;url=mission.asp;");
aI("text=Background;url=background.asp;");
aI("text=Leadership;url=leadership.asp;");
aI("text=Staff;url=staff.asp;");
}

with(b=new menuname("issuesmenu")){
style=menuStyle;
aI("text=Recommendations;url=recommendations.asp;");
aI("text=Working Groups;url=roundtableworkinggroup.asp;");
}

with(b=new menuname("actionsmenu")){
style=menuStyle;
aI("text=2010 National Summit on Critical Care Policy;url=summit2010.asp;");
aI("text=2009 Roundtable DC Event;url=09roundtable.asp;");
}



drawMenus();

