/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){

	offcolor="#f5ee7e";
	offcolorheight="15";
	offbgcolor="#576314";
	oncolor="#576314";
	onbgcolor="#f5ee7e"; 

	separatorcolor="#f5ee7e";
	separatorsize="1";
	separatorstyle="dashed";
	separatorwidth="200px";
	padding="13 20 10 5";
	fontsize="12px";
	fontwidth="bold";
	fontfamily="Verdana, Arial";
	fontstyle="normal";

	pagecolor="f5ee7e";
	pagebgcolor="#none";
	headercolor="#none";
	headerbgcolor="#none";

	subimage="menu/arrow.gif";
	subimagepadding="3";
	subfontsize="12px";
	overfilter="";
	outfilter="";
}

with(milonic=new menuname("aboutmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=History;url=history.html;");
	aI("text=Board of Directors;url=board_director.html;");
	aI("text=Executive Management;url=non_executive.html;");
	
}

with(milonic=new menuname("careersmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Professional Employment;url=prof_employment.html;");
	aI("text=Internship;url=intermship.html;");
}






drawMenus();
