/**
 * @author Piotr Siwinski
 */
$(document).ready(function()
		{
	$("#menu li a").corner("top 5px");
	$("#topmenu") .corner("bottom 5px");
});


