$(function() {
	// attach the third level navigation to the proper container
	var thirdLevel = $('#menu li.active ul li.active ul').appendTo('#submenu').find('li.active').css('display', 'none');
});
