/*
  Tigra Menus
*/
var MENU_ITEMS = [
	['Overview','sos-index.htm'],
	['Training to Become a Teacher','sos-training-to-teach.htm'],
	['Obtaining a Florida Teaching Certificate','sos-ftc.htm'],
	['Alternative Certification','sos-alt-cert.htm'],
	['Applying to Broward Schools','sos-applying.htm'],	
	['Information Sessions','sos-info-sessions.htm'],
	['Financial Aid','sos-financial-aid.htm'],
	['FAQ','sos-faq.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' : ['minnerSos', 'minoverSos'],
		'outer' : ['mooutSos', 'mooverSos']
	}
}
];

