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(mainMenuStyle=new mm_style())
{
	bordercolor="#999999";
	borderstyle="solid";
	borderwidth=0;
	fontfamily="Arial";
	fontsize="12px";
	fontstyle="normal";
	fontweight="bold";
	align="center";
	headerbgcolor="#ffffff";
	headercolor="#ffffff";
	offbgcolor="#eeeeee";
	offcolor="#FFFFFF";
	// onbgcolor="#660000";
	oncolor="#FFFFFF";
	outfilter="randomdissolve(duration=0.111)";
	overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=0)";
	padding=1;
	pagebgcolor="#82B6D7";
	pagecolor="white";
	separatorcolor="#999999";
	separatorsize=0;
	bgimage="/images/pageElements/blankRedTab.gif";
	itemwidth=132;
	itemheight=22;
}

with(menuStyle=new mm_style())
{
	bordercolor="#EAEAEA";
	borderstyle="solid";
	itemwidth=132;
	borderwidth=0;
	fontfamily="Arial";
	fontsize="12px";
	fontstyle="normal";
	fontweight="bold";
	headerbgcolor="#ffffff";
	headercolor="#000000";
	offbgcolor="#EAEAEA";
	offcolor="#000000";
	onbgcolor="#DDDDDD";
	oncolor="#000000";
	outfilter="randomdissolve(duration=0.3)";
	overfilter="Fade(duration=0.01);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
	padding=4;
	pagebgcolor="#EAEAEA";
	pagecolor="black";
	separatorcolor="#999999";
	separatorsize=1;
	subimage="/images/pageElements/leftnav_arrow_black.gif";
	subimagepadding=2;
}

<!-- Main Menu -->
with(milonic=new menuname("Main Menu"))
{
	alwaysvisible=1;
	orientation="horizontal";
	style=mainMenuStyle;
	align="center";
	aI("showmenu=Overview;text=Overview;url=index.jsp;");
	aI("showmenu=Agenda;text=Agenda;url=agenda.jsp");
	aI("showmenu=Presentation;text=Presentation<br />Materials;url=indexPresentationMaterials.jsp;");
	aI("showmenu=Presenters;text=Speaker Bios;url=speakers.jsp");
	aI("showmenu=Speakers Workbench;text=Speaker's<br />Workbench;url=speakers_workbench.jsp;");
	aI("showmenu=Accom;text=Accommodations<br />and Maps;url=accomodations.jsp;");

}

<!-- Overview Menu  -->

with(milonic=new menuname("Overview"))
{
	style=menuStyle;
	aI("text=Overview;url=/index.jsp;");
}

<!-- Agenda Menu Start -->

with(milonic=new menuname("Agenda"))
{
	style=menuStyle;
	aI("text=Agenda;url=/agenda.jsp;");
}

<!-- Presentation Menu Start -->

with(milonic=new menuname("Presentation"))
{
	style=menuStyle;
	aI("text=Presentation Materials;url=/indexPresentationMaterials.jsp;");
}

<!-- Presenters NOW  Speaker Bios Menu Start -->

with(milonic=new menuname("Presenters"))
{
	style=menuStyle;
	aI("text=Presenters;url=speakers.jsp;");
}

<!-- Speakers Workbench Menu Start-->

with(milonic=new menuname("Speakers Workbench"))
{
	style=menuStyle;
	aI("text=Speaker's Workbench;url=/speakers_workbench.jsp;");
}

<!-- Site Map Menu Start -->

with(milonic=new menuname("Accom"))
{
	style=menuStyle;
	aI("text=Accommodations<br />and Maps;url=/accomodations.jsp;");
}

drawMenus();


