function li_onload() {
//	$("#topmenu").corner("round,bottom,12px").parent().css('padding-top', '0px').corner("round bottom 16px");
	jQuery.noConflict();
	$j = jQuery;
	jQuery(document).ready(function(){
		$j("#topmenu").corner("round,bottom,12px");
		$j(".iblock").corner("round,12px");
		$j("#itemDetails").corner("round,12px");
		$j(".special").corner("round,12px");
		$j("div.cart").corner("tl br,22px");
		$j("div.error_message").corner("round,12px");
		$j("div.menubox").corner("round,12px");
	});
}