/**
 * @author Witold Greń
 */

	$(function() {
		$("#menu-top").tabs({
			event: 'mouseover'
		});
	});