//HOME BTNDAP MENU
var MENU_HOME = [
	['<SPAN STYLE="COLOR:#b66721; border-top: solid 3px #b66721; padding-top: 2px;">Home</SPAN>', 'home.htm'],
	['Get Started', 'getstarted.htm'],
	['About BTNDAP', null, null,
		['Mission Statement', 'missionStatement.htm'],
		['Background', 'background.htm'],
		['Contact Us', 'contactUs.htm'],
	],
	['Our Partners', null, null,
		['CURT', 'curt.htm'],
		['Kroll', 'kroll.htm'],
		['Midwest', 'midwest.htm'],
	],
	['Downloads', null, null,
		['Policy/Handbook', 'policy.htm'],
		['Forms','forms.htm']
	],
//	['Login', null, null,
//		['Login to BTNDAP', 'login.htm']
//	],
	['Resources', null, null,
		['Links', 'links.htm'],
		['Site Map', 'sitemap.htm']
	],
];
//GETSTARTED BTNDAP MENU
var MENU_GETSTARTED = [
	['Home', 'home.htm'],
	['<SPAN STYLE="COLOR:#b66721; border-top: solid 3px #b66721; padding-top: 2px;">Get Started</SPAN>', 'getstarted.htm'],
	['About BTNDAP', null, null,
		['Mission Statement', 'missionStatement.htm'],
		['Background', 'background.htm'],
		['Contact Us', 'contactUs.htm'],
	],
	['Our Partners', null, null,
		['CURT', 'curt.htm'],
		['Kroll', 'kroll.htm'],
		['Midwest', 'midwest.htm'],
	],
	['Downloads', null, null,
		['Policy/Handbook', 'policy.htm'],
		['Forms','forms.htm']
	],
//	['Login', null, null,
//		['Login to BTNDAP', 'login.htm']
//	],
	['Resources', null, null,
		['Links', 'links.htm'],
		['Site Map', 'sitemap.htm']
	],
];
//ABOUT BTNDAP MENU
var MENU_ABOUT = [
	['Home', 'home.htm'],
	['Get Started', 'getstarted.htm'],
	['<SPAN STYLE="COLOR:#b66721; border-top: solid 3px #b66721; padding-top: 2px;">About BTNDAP</SPAN>', null, null,
		['Mission Statement', 'missionStatement.htm'],
		['Background', 'background.htm'],
		['Contact Us', 'contactUs.htm'],
	],
	['Our Partners', null, null,
		['CURT', 'curt.htm'],
		['Kroll', 'kroll.htm'],
		['Midwest', 'midwest.htm'],
	],
	['Downloads', null, null,
		['Policy/Handbook', 'policy.htm'],
		['Forms', 'forms.htm']
	],
//	['Login', null, null,
//		['Login to BTNDAP', 'login.htm']
//	],
	['Resources', null, null,
		['Links', 'links.htm'],
		['Site Map', 'sitemap.htm']
	],
];
//PARTNERS MENU
var MENU_PARTNERS = [
	['Home', 'home.htm'],
	['Get Started', 'getstarted.htm'],
	['About BTNDAP', null, null,
		['Mission Statement', 'missionStatement.htm'],
		['Background', 'background.htm'],
		['Contact Us', 'contactUs.htm'],
	],
	['<SPAN STYLE="COLOR:#b66721; border-top: solid 3px #b66721; padding-top: 2px;">Our Partners</SPAN>', null, null,
		['CURT', 'curt.htm'],
		['Kroll', 'kroll.htm'],
		['Midwest', 'midwest.htm'],
	],
	['Downloads', null, null,
		['Policy/Handbook', 'policy.htm'],
		['Forms', 'forms.htm']
	],
//	['Login', null, null,
//		['Login to BTNDAP	', 'login.htm']
//	],
	['Resources', null, null,
		['Links', 'links.htm'],
		['Site Map', 'sitemap.htm']
	],
];
//POLICIES MENU
var MENU_POLICIES = [
	['Home', 'home.htm'],
	['Get Started', 'getstarted.htm'],
	['About BTNDAP', null, null,
		['Mission Statement', 'missionStatement.htm'],
		['Background', 'background.htm'],
		['Contact Us', 'contactUs.htm'],
	],
	['Our Partners', null, null,
		['CURT', 'curt.htm'],
		['Kroll', 'kroll.htm'],
		['Midwest', 'midwest.htm'],
	],
	['<SPAN STYLE="COLOR:#b66721; border-top: solid 3px #b66721; padding-top: 2px;">Downloads</SPAN>', null, null,
		['Policy/Handbook', 'policy.htm'],
		['Forms', 'forms.htm']
	],
//	['Login', null, null,
//		['Login to BTNDAP', 'login.htm']
//	],
	['Resources', null, null,
		['Links', 'links.htm'],
		['Site Map', 'sitemap.htm']
	],
];
//MEMBERS MENU
var MENU_MEMBERS = [
	['Home', 'home.htm'],
	['Get Started', 'getstarted.htm'],
	['About BTNDAP', null, null,
		['Mission Statement', 'missionStatement.htm'],
		['Background', 'background.htm'],
		['Contact Us', 'contactUs.htm'],
	],
	['Our Partners', null, null,
		['CURT', 'curt.htm'],
		['Kroll', 'kroll.htm'],
		['Midwest', 'midwest.htm'],
	],
	['Downloads', null, null,
		['Policy/Handbook', 'policy.htm'],
		['Forms', 'forms.htm']
	],
//	['<SPAN STYLE="COLOR:#b66721;">Login</SPAN>', null, null,
//		['Login to BTNDAP', 'login.htm']
//	],
	['Resources', null, null,
		['Links', 'links.htm'],
		['Site Map', 'sitemap.htm']
	],
];
//RESOURCES MENU
var MENU_RESOURCES = [
	['Home', 'home.htm'],
	['Get Started', 'getstarted.htm'],
	['About BTNDAP', null, null,
		['Mission Statement', 'missionStatement.htm'],
		['Background', 'background.htm'],
		['Contact Us', 'contactUs.htm'],
	],
	['Our Partners', null, null,
		['CURT', 'curt.htm'],
		['Kroll', 'kroll.htm'],
		['Midwest', 'midwest.htm'],
	],
	['Downloads', null, null,
		['Policy/Handbook', 'policy.htm'],
		['Forms', 'forms.htm']
	],
//	['Login', null, null,
//		['Login to BTNDAP', 'login.htm']
//	],
	['<SPAN STYLE="COLOR:#b66721; border-top: solid 3px #b66721; padding-top: 2px;">Resources</SPAN>', null, null,
		['Links', 'links.htm'],
		['Site Map', 'sitemap.htm']
	],
];