
var MENU_ITEMS = [
	['Home', 'index.html" title="QAT IT Staffing Solutions for Omaha, Nebraska and beyond'],
	
	['Best Practices', 'best practices.html" title="Learn about our best practices'],	 

	['Global Delivery Model', 'globaldelivery.html" title="Learn more about our Global Delivery Model'],					

	['Our Solutions', 'http://www.qat.com/" target="_blank" title="Learn more about our solutions at our main web site', null,
		['Solutions', 'http://www.qat.com/solutions.asp" target="_blank" title="IT Strategy and Architecture, Service Oriented Architecture, App. Development & Support, Legacy Modernization, Staff Augmentation, Web Design Solutions, QAT Products, '],		 
		['CA Gen Solutions', 'http://www.qat.com/solutions_gen.asp" target="_blank" title="IT Strategy and Architecture, Service Oriented Architecture, App. Development & Support, CA Gen Specialty Solutions, CA Gen Training, Legacy Modernization, Staff Augmentation, QAT Products for CA Gen'],	 
		['Newsroom', 'http://www.qat.com/news.asp" target="_blank" title="Newsroom, newsletter, events, company profile, media kit, customer successes'],	
		['About QAT', 'http://www.qat.com/company.asp" target="_blank" title="About Us, FAQ, Management, Our History, Careers'],			 
		['Government', 'http://www.qat.com/government.asp" target="_blank" title="Government Offering, GSA Schedule'],			
		['Contact Us', 'http://www.qat.com/contact.asp" target="_blank" title="Contact Us'],			
	],				

	['Newsletter', 'http://www.qatinsights.com" target="_blank" title="QAT Insights Newsletter'],

];

var MENU_POS = [{
	// item sizes
	'height': 18,
	'width': 198	, //width of level 1 tabs
	// 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': 5,
	'block_left': 0,
	// offsets between items of the same level
	'top': 0,
	'left': 198, //width of between start of tab 1 and 2
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 15,
	'expd_delay': 5,
	'css' : {
		'outer' : ['m0l0oout', 'm0l0oover'],
		'inner' : ['m0l0iout', 'm0l0iover']
	}
},{
	'height': 23,
	'width': 198, //width of level 2 menu
	'block_top': 18,
	'block_left': 0,
	'top': 23,
	'left': 0,
	'css' : {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
},{
	'height': 23,
	'width': 220, //width of level 2 menu
	'block_top': 2,
	'block_left': 160, //width of level 3 menu
	'top': 23,
	'left': 0,
	'css' : {
		'outer' : ['m0l3oout', 'm0l3oover'],
		'inner' : ['m0l3iout', 'm0l3iover']
	}		
	
}
]
