jQuery(document).ready(function() {
	// Show arrows on nav items that contain submenus
	$('#nav li:has(ul) a').addClass('parent');
});
