jQuery(document).ready(function($) {
	
	$("#header ul li:first-child a").css('margin-right' , '0' );
	$("#header ul li").append('<span class="sep"></span>');

	
	$("#footer ul li:first-child a").css('margin-right' , '0' );
	$("#footer ul li:not(:first-child)").append('|');

});

