<!--
	
	/******************************************************************************
	* Milonic DHTML Website Navigation Menu Version 5.0+
	* Copyright 2004 (c) Milonic Solutions Limited (UK). All Rights Reserved.
	* Please visit http://www.milonic.com/ for more information.
	******************************************************************************/	
	
	/********************************************
	* Setup Program and Application Menus
	********************************************/
	
	_menuCloseDelay=25           // The time delay for menus to remain visible on mouse out
	_menuOpenDelay=25            // The time delay before menus open on mouse over
	_subOffsetTop=10              // Sub menu top offset
	_subOffsetLeft=-10            // Sub menu left offset
	
	/************************
	* Application Main Menu
	************************/
	
	with(ApplicationMainMenuStyle=new mm_style())
	{
		align='left';
		fontfamily="Verdana, Tahoma, Arial";
		fontsize=13;
		fontstyle="normal";
		fontweight="normal";
		offbgcolor="#F1F1F1";
		offcolor="#000000";
		onbgcolor="#D4D2D2";
		onborder='1px solid #999999';
		oncolor="#000000";
		pagebgcolor="#FFFFFF";
		pageborder='1px solid #999999';
		pagecolor="#000000";
		padding=3;
	}
	
	with(milonic=new menuname("Application Main Menu"))
	{
		alwaysvisible=1;
		itemwidth=146;
		orientation="vertical";
		position="relative";
		style=ApplicationMainMenuStyle;
		aI("text=Home;url=" + BaseURL + "/index.htm;");
		aI("text=Programs;url=" + BaseURL + "/programs/index.htm");
		aI("text=Newsroom;url=" + BaseURL + "/newsroom/index.htm");
		aI("text=Forms&nbsp;and&nbsp;Files;url=" + BaseURL + "/download/index.htm");
		aI("text=Related&nbsp;Links;url=" + BaseURL + "/links/index.htm");
		aI("text=Employment;url=" + BaseURL + "/jobs/index.htm");
		aI("text=Contact&nbsp;Us;url=" + BaseURL + "/contact/index.htm");
		aI("text=About&nbsp;Us;url=" + BaseURL + "/about/index.htm");
	}
	
	drawMenus();
	
// -->
