$(document).ready(function(){
	$('#navigation li:first-child').css({
		background: 'none'
	})
	
	$('.category_name').css({
		opacity: 0.85
	});
});

