jQuery(document).ready(function() {
	// Centering the main navigation. Not done in css due to IE7 problems 
	theNavWidth = (909 - jQuery('.sf-menu').width() ) / 2 ;
	jQuery('.sf-menu').css('marginLeft', theNavWidth); 
	
	
	jQuery('.sf-menu li:last-child').css('background', 'none'); 

});
