jQuery(document).ready(function() {
	jQuery('#header li').css('opacity', 0.75);
});