$(document).ready(function() {
	/*$('ul#menu-wrapper li').hover(
		 function () {
			$(this).children('ul').stop(true, true).slideDown('slow');
		 },
		 function () {
			$(this).children('ul').stop(true, true).slideUp('fast');
		 }
	)	*/		
	
	$('ul.sub-menu').parent().addClass('parent-item');
})
