$(function(){
	$('.button').each(function() {
		$(this).corner("round 7px")
	});
	$('#header .head, #navigation li').each(function() {
		$(this).corner("top round 7px")
	});
	$('.bot_menu').each(function() {
		$(this).corner("bottom round 7px")
	});
});

