jQuery(document).ready(function($) {
	$("#nav li.current_page_parent ul").show();
	$("#welcome").fadeIn(2500, function(){
      	$("#welcome2").fadeIn(2500);
    });
	$("#nav li.current_page_item ul").show();
	$(".page-item-145:not(.current_page_parent, .current_page_item)").hover(function(event){ $(".page-item-145").find('ul:first').slideToggle(400); });
	$(".page-item-75:not(.current_page_parent, .current_page_item)").hover(function(event){ $(".page-item-75").find('ul:first').slideToggle(400); });
	$('#home-slideshow').cycle({ 
    fx:    'fade', 
    speed:  2500
 });
});
