jQuery().ready(function() {
	jQuery('#nav ul ul').css('opacity', 0.95);
	jQuery('#nav ul').superfish({'autoArrows': false}); 
	
	/*jQuery('#searchBar').autocomplete(document.getElementById('searchBar').form.action, {
		width: 300,
		multiple: true,
		//matchContains: true,
		//formatItem: formatItem,
		//formatResult: formatResult
	});*/
});
