var menu_data = {

	menu_about: {
		className: "menu_careers",
		items: [
			{ title: "Strauchs LLC", url: "about.shtml"},
			{ title: "John Strauchs", url: "john.shtml"},
			{ title: "Associates", url: "associates.shtml"}
		]
	},
	menu_clients: {
		className: "menu_careers2",
		items: [
			{ title: "A/E Clients", url: "ae_clients.shtml"},
			{ title: "Clients", url: "clients.shtml"}
		]
	}
};