// menu_items.js file

var MENU_ITEMS3 =[
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Consulting Services", null, null, 
		["&nbsp;&nbsp;Schools/Districts", "districts.html", {'tw' : '_self'}],
		["&nbsp;&nbsp;Businesses", "businesses.html", {'tw' : '_self'}],
		["&nbsp;&nbsp;Parents Organizations", "parentorganizations.html", {'tw' : '_self'}],
		["&nbsp;&nbsp;", {'tw' : '_self'}],
		["&nbsp;&nbsp;", {'tw' : '_self'}],
		["&nbsp;&nbsp;", {'tw' : '_self'}],
	],	

];

