$(document).ready(function(){	
	$(".rounded").corner("15px");
	$(".menu-rounded").corner("25px");
	//	$(".shadow").dropShadow({color: "#999"});
});


