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

	$("#footer li:first-child").addClass("first-item");
	$("#footer li:last-child").addClass("last-item");
	
	$("ul.styled_list li:odd").addClass("odd");
	

	$('li.menu-item').children('ul.sub-menu').parent().addClass('hasSubMenu');
	 

	
}); // STOP JQUERY





