_menuCloseDelay=500           	// The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            	// The time delay before menus open on mouse over
_subOffsetTop=5               	// Sub menu top offset
_subOffsetLeft=10            	// Sub menu left offset

with(AllImagesStyle=new mm_style()){
	onbgcolor="#838591";
	oncolor="#838591";
	offbgcolor="#838591";
	offcolor="#838591";
	bordercolor="#ACCFE6";
	borderstyle="solid";
	borderwidth=0;
	padding=15;
	fontsize="100%";
	fontstyle="normal";
	fontfamily="Arial, Verdana, Tahoma";
}

with(servicesStyle=new mm_style()){
	onbgcolor="#BFBDBE";
	oncolor="#000099";
	offbgcolor="#F7F7F7";
	offcolor="#000099";
	bordercolor="#000000";
	borderstyle="solid";
	borderwidth=1;
	itemwidth=150;
	separatorcolor="#000000";
	separatorsize="1";
	padding=3;
	fontsize="100%";
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Arial, Verdana, Tahoma";
	pagecolor="#0B5A9C";
	pageoncolor="#0B5A9C";
	headercolor="#FFFFFF";
	headerbgcolor="#ACCFE6";
	subimage="arrow.gif";
	subimagepadding="0";
	overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#ACCFE6', Direction=135, Strength=0)";
	outfilter="randomdissolve(duration=0.3)";
}

with(resourcesStyle=new mm_style()){
	onbgcolor="#BFBDBE";
	oncolor="#000099";
	offbgcolor="#F7F7F7";
	offcolor="#000099";
	bordercolor="#000000";
	borderstyle="solid";
	borderwidth=1;
	itemwidth=70;
	separatorcolor="#000000";
	separatorsize="1";
	padding=3;
	fontsize="100%";
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Arial, Verdana, Tahoma";
	pagecolor="#0B5A9C";
	pageoncolor="#0B5A9C";
	headercolor="#FFFFFF";
	headerbgcolor="#ACCFE6";
	subimage="arrow.gif";
	subimagepadding="0";
	overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#ACCFE6', Direction=135, Strength=0)";
	outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("services")){
	style = servicesStyle;
	overflow="scroll";
	aI("text=Strategic Planning;url=services-strategic-planning.asp");
	aI("text=Organizational Development;url=services-organizational-development.asp");
	aI("text=Coaching;url=services-coaching.asp");
}

with(milonic=new menuname("resources")){
	style =resourcesStyle;
	overflow="scroll";
	aI("text=Library;url=resources-library.asp");
	aI("text=Articles;url=resources-articles.asp");
	aI("text=Newsletter;url=resources-newsletter.asp");
}

drawMenus();
