/*
  Tigra Menus
*/
var MENU_ITEMS = [
	['Who we are','about-index.htm'],
	['Mission and Goals','about-mission.htm'],
	['Educational Consortium','about-consortium.htm'],
	['Staff and Contact Information','about-people.htm']
//	['Contact Information','about-contacts.htm'],
//	['Advisory Committeee','about-advisory.htm']
];

var MENU_POS = [
{
	// item sizes
	'width': 140,
	'height': 40,
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top': 180,
	'block_left': 10,
	// offsets between items of the same level
	'top': 40,
	'left': 0,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 200,
	'css' : {
		'inner' : ['minnerAbout', 'minoverAbout'],
		'outer' : ['mooutAbout', 'mooverAbout']
	}
}
];

