window.addEvent('domready', function() {
	var myMenu = new MenuMatic({
		id:'navtree',
		tweakInitial:{ x:0, y:11 }
	});
});

