jQuery(document).ready(function($){
	

		$('.menu-item').bind('touchstart', function(){
			$(this).addClass('hover');
		})


});

