$(function() {
	$('ul > li > ul').each(function() {
		$(this).parents('li').addClass('submenu');
	});
});
