// JavaScript Document

$(document).ready(function(){
	$("#navigation ul li:last-child").css({'margin-right':'0px'});
});	
