$(document).ready(function() {
	$("#box1").corner();
	$("#box2").corner("20px");
	$("#box3").corner("20 px top");
	$("#box4").corner("bottom");
	$("#box5").corner("20px tl");
	$("#box6").corner("20px tr bl");
	$(".menu ul li").corner("10px");
});