$(document).ready(function() {
	$('#header .header-panel .menu li:first-child').css({
		'background' : 'none',
		'paddingLeft' : 0
	})
	$('#footer .footer-nav li:first-child').css({
		'background' : 'none',
		'paddingLeft' : 0
	})
})
