$(function(){
	/* $('#header, #middle, .box, .block').each(function() {
		$(this).corner("round 5px")
	}); */
	/* $('#navigation').each(function() {
		$(this).corner("top round 5px")
	}); */
	/* $('a.button').each(function() {
		$(this).corner("round 12px")
	}); */
});



$(document).ready(function() {
	$("#navigation li:last-child").css("background", "none").css("padding", "0");
});

