/* Tigra Menu PRO items structure */

var s_userAgent = navigator.userAgent.toLowerCase();
var b_IE = (s_userAgent.indexOf('msie ') != -1);

var MENU_ITEMS = [
	['About',null, null,
		['Mission', 'mission.htm',[null, null, (b_IE ? 150 : 138), null]],
		['Who We Are', 'whoweare.htm',[null, null, (b_IE ? 150 : 138), null]],
		['Phenomenal Service Pledge', 'servicepledge.htm', [null, null, (b_IE ? 150 : 138), 35]]
	],
	['Solutions', null, null, 
	    ['Payroll', 'payroll.htm',[null, null, (b_IE ? 150 : 138), null]],
		['Co-Employment', 'coemployment.htm',[null, null, (b_IE ? 150 : 138), null]],
		['School<br>Administration', 'schooladministration.htm', [null, null, (b_IE ? 150 : 138), 35]],
		['ASO', 'aso.htm', [null, 45, (b_IE ? 150 : 138), null]],
		['Contract Staffing', 'contractstaffing.htm',[null, null, (b_IE ? 150 : 138), null]],
		['Insurance', 'insurance.htm',[null, null, (b_IE ? 150 : 138), null]],
		['Financial Services', 'financial.htm',[null, null, (b_IE ? 150 : 138), null]],
		['Temp Staffing', 'http://auestaffingsolutions.com',[null, null, (b_IE ? 150 : 138), null]],
		['Risk Management', 'riskmanagement.htm',[null, null, (b_IE ? 150 : 138), null]]
	],
	['Partnering with ACH', 'advantage.htm'],			
	['Testimonials', 'testimonials.htm'],
	['Resources', null, null,
		['Benefit Forms', 'benefitforms.htm',[null, null, (b_IE ? 150 : 138), null]],
		['Car Buying Program', 'AutoAdvisors.htm',[null, null, (b_IE ? 150 : 138), null]],
		['Rife Putters', 'http://rifeputters.com/',[null, null, (b_IE ? 150 : 138), null]]
		],
	['Contact',  null, null,
		['How Can We Help You?', 'howcanwehelpyou.htm', [null, null, null, 35]],
		['Contact', 'contact.htm', [null, 47, null, null]]
	]
];

