jQuery(document).ready(function(){

	// Last item fix 
	jQuery('ul.AspNet-Menu li:last-child').css('background', 'none');
	jQuery('ul.AspNet-Menu li:last-child').css('padding-right', '0');
	jQuery('ul.footer_menu li:last-child').css('color', '#333333');
});
