// JavaScript Document
// Navbar Menu Items

var MENU_ITEMS = [
	['Home', 'http://www.uscourtaudit.com' ],
	['About NLA', null, null,
		['The Company', 'http://www.nlaudit.com/about/company.html'],
		['Management', 'http://www.nlaudit.com/about/management.html', null,
		 	['Executive Management', 'http://www.nlaudit.com/about/management.html']
		 ],
		['Investors', 'http://www.nlaudit.com/about/investors.html'],
		['Online Legal Resources', 'http://www.nationalloanauditors.com']
	],
	['Corporate', null, null,
		['Corporate Info', 'http://www.nlaudit.com/corporate/corporate.html'],
		['NLA in the News', 'http://www.nlaudit.com/corporate/inthenews.html'],
		['Careers', 'http://www.nlaudit.com/corporate/careers.html'],
		['Associations', 'http://www.nlaudit.com/corporate/associations.html']
	],
	['Services', null, null,
		['US Court Audit&#153;', 'http://www.uscourtaudit.com/services/uscourtaudit.html', null,
		],
		['Loan Modification Processing', 'http://www.uscourtaudit.com/services/services.html#processing', null,
		],
		['Modification Negotiations', 'http://www.uscourtaudit.com/services/services.html#negotiations', null,
		],
		['Loss Mitigation Services', 'http://www.uscourtaudit.com/services/services.html#loss', null,
		],
		['NLA Law Portal', null, null,
			['Disclaimer', 'http://www.nlaudit.com/cgi/portal/signin.php'],
			['Legal Resources', 'http://www.nlaudit.com/cgi/portal/signin.php'],
			['Account Access', 'http://www.nlaudit.com/cgi/portal/signin.php'],
			['Current Affairs', 'http://www.nlaudit.com/cgi/portal/signin.php'],
			['Glossary', 'http://www.nlaudit.com/portal/signin.php']
		],
		['Audit Tracker', 'http://www.nlaudit.com/cgi/portal/signin.php', null,
		],
	],
	['Products', null, null,
		['Automated Valuation (AVM)', 'http://www.nlaudit.com/products/avm.html'],
		['BPO\'s', 'http://www.nlaudit.com/products/bpo.html'],
		['Legal Opinions', 'http://www.nlaudit.com/products/legal_opinions.html']
	],
	['NLA@Work', null, null,
		['Newsletter', 'http://www.nlaudit.com/work/newsletter.html'],
		['NLA Blog', 'http://www.nlaudit.com/wordpress'],
		['Industry News', 'http://www.nlaudit.com/work/industrynews.html']
	]
];
