/* --- menu items --- */
var MENU_ITEMS = [
	['CONTACT US', 'contactus.html',
		['WHO WE ARE', 'contactus.html#whoweare'],
		['HOMEOWNERS DEPT', 'contactus.html#homeownersdept'],
		['SURPLUS LINES', 'contactus.html#surpluslines'],
		['AUTO DEPT', 'contactus.html#customerservice'],
		['CLAIMS', 'contactus.html#claims'],
		['ACCOUNTING', 'contactus.html#accounting'],
		['SALES', 'contactus.html#sales'],
		['GENERAL OFFICE', 'contactus.html#generaloffice'],
		['JOBS', 'contactus.html#jobs'],
	],
	['BROKER LOGIN', 'producerservices.html',
		['Auto Policy', 'https://www.cabrilloproducers.com'],
		['Auto-Quote/New Biz', 'auto'],
		['Homeowners - Quote/New Biz', 'home'],
		['E & S - Surplus Lines', 'surplus']
	],
	['FORMS & GUIDELINES', 'prospectiveproducers.html',
		['FORMS', 'prospectiveproducers.html#forms'],
	],
	['LINKS', 'links.html',
		['MAIN', 'links.html#main'],
		['AUTO SAFETY', 'links.html#autosafety'],
		['AUTO BUYING TIPS', 'links.html#autobuyingtips'],
		['INSURANCE INFORMATION', 'links.html#insuranceinformation'],
		['INSURANCE DEPARTMENTS', 'links.html#insurancedepartments'],
		['MAKE A PAYMENT', 'ePay/Payment.aspx'],
	],
];


