$(document).ready(function(){
	$tabs = $("#menu-tabs").tabs();
	
	//Fix CSS dropdowns in IE <= 6
	iZindex = 100;
	$('#navigation ul li').each(function(){
	  $(this).css('z-index',iZindex);
	  iZindex--;
	});
	
	$('#slideshow').cycle({
		speed: 1000
	});
	
	//Pre-Load Images
	$("<img>").attr("src", "/images/design/v2/ajax-loader.gif");
	$("<img>").attr("src", "/images/design/v2/ph_ondeck_month_april.png");
	$("<img>").attr("src", "/images/design/v2/ph_menu_tab_food-active.png");
});
