$(function() {
	
	//rounded corners mainmenu & submenu
	$('ul.mainmenu li a').corner("round 5px").parent().corner("round 5px");
	$('ul.leftmenu li ').corner("left 10px");
	$('ul.leftmenu li.active li ').uncorner();
	
	// css styles for tables contentpage
	$('table.contentTable th:first').css('width','450px');
	$('table.contentTable th:last').css('width','auto');
		
});