$(document).ready( function() {
	$('#sub_cats a, #home_nav a').tap( function() {
		$(this).css( 'top': '10px' );
	});
});
