var MENU_ITEMS = [
	['Home', 'http://perfect10kennels.com/main.shtml'],
	['Services', null, null,
		['Boarding', 'http://perfect10kennels.com/board.shtml'],
		['Grooming', 'http://perfect10kennels.com/groom.shtml'],
		['Training', 'http://perfect10kennels.com/train.shtml'],
	],
	['Dogs', 'http://perfect10kennels.com/dogs.shtml', null,
		['Titled Dogs', 'http://perfect10kennels.com/title.shtml'],
		['Stud Dogs', 'http://perfect10kennels.com/stud.shtml'],
		['Breeding Females', 'http://perfect10kennels.com/breed.shtml'],
		['Started Dogs', 'http://perfect10kennels.com/started.shtml'],
		['Puppies', 'http://perfect10kennels.com/puppies.shtml'],
	],
	['Testimonials', 'http://perfect10kennels.com/test.shtml'],
	['Contact Us', 'http://perfect10kennels.com/contact.shtml'],
];

