// <script>
_menuCloseDelay		= 500;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay		= 150;           // The time delay before menus open on mouse over
_subOffsetTop		= 2;             // Sub menu top offset
_subOffsetLeft		= -2;           // Sub menu left offset

with( mainStyle = new mm_style() ) {
	onbgcolor		= "#E3E3B2";
	oncolor			= "#000000";
	offbgcolor		= "#929400";
	offcolor		= "#FFFFFF";
	bordercolor		= "#FFFFFF";
	borderstyle		= "solid";
	borderwidth		= "1";
	separatorcolor	= "#FFFFFF";
	separatorsize	= "1";
	padding			= 5;
	fontsize		= "12px";
	fontstyle		= "bold";
	fontfamily		= "Georgia, Times Roman, serif";
	pagecolor		= "black";
	pagebgcolor		= "#F3EBE8";
	headercolor		= "#000000";
	headerbgcolor	= "#F3EBE8";
	subimage		= "/lib/icons/arrow_wht[right].gif";
	subimagepadding	= "8";
	width			= "100";
	overfilter		= "Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
	outfilter		= "fade(duration=0.3)";
}

with( menuStyle = new mm_style() ) {
	onbgcolor		= "#8bb0c7";
	oncolor			= "#000000";
	offbgcolor		= "#132d5a";
	offcolor		= "#FFFFFF";
	bordercolor		= "#FFFFFF";
	borderstyle		= "solid";
	borderwidth		= "1";
	separatorcolor	= "#FFFFFF";
	separatorsize	= "1";
	padding			= 5;
	fontsize		= "12px";
	fontstyle		= "bold";
	fontfamily		= "Georgia, Times Roman, serif";
	pagecolor		= "black";
	pagebgcolor		= "#F3EBE8";
	headercolor		= "#000000";
	headerbgcolor	= "#F3EBE8";
	subimage		= "/lib/icons/arrow_wht[right].gif";
	subimagepadding	= "8";
	overfilter		= "Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
	outfilter		= "fade(duration=0.3)";
}

with( milonic=new menuname("Main Menu") ) {
	screenposition	= "left";
	style			= mainStyle;
	alwaysvisible	= 0;
	orientation		= "vertical";
	aI("text=Our History;url=/pages/p3/our_history.php;status=Our History;");
	aI("text=Our Mission;url=/pages/p5/our_mission.php;status=Our Mission;");
	aI("text=Our Selection Criteria;url=/pages/p7/our_selection_criteria.php;status=Our Selection Criteria;");
	aI("text=Programs We Have Funded;url=/pages/p9/programs_we_have_funded.php;status=Programs We Have Funded;");
	aI("text=Board of Directors;url=/pages/p11/board_of_directors.php;status=Board of Directors;");
	aI("text=Press Releases;url=/pages/p13/press_releases.php;status=Press Releases;");
	aI("text=Contact Us;url=/pages/p15/contact_us.php;status=Contact Us;");
}
drawMenus();
// </script>