$(document).ready(function(){
	
	$('#menu ul li.has-sub').hover(
		function() {
			$(this).find('div.submenu').css({'z-index':'101','display':'block'});
		},
		function() {
			//$('#menu ul li.has-sub ul').fadeOut();
		}
	);
	$('#menu ul li.has-sub .submenu').hover(
		function() {
			
		},
		function() {
			$(this).hide();
			$(this).css({'z-index':'0','display':'none'});
		}
	);
	
	Cufon.replace('#menu a.cufon');
	Cufon.replace('#page-header h2');
	Cufon.replace('#page-header p');
	Cufon.replace('.content-head h3');
	Cufon.replace('h3.kisokos');
	Cufon.replace('#kisokos th', {textShadow: '1px 1px 1px #c60000'});
	Cufon.replace('.redhot h3, .redhot h4, .redhot strong.cufon');
	Cufon.replace('.akcio-table th, .akcio-table td');
});
