$(document).ready(function () {
	
	$('.navigation li').append('<ul class="hover"><\/ul>');


	$('.navigation li').hover(

		function() {
		
			$(this).children('ul').fadeIn(300);	
		
		}, 

		function() {
		
			$(this).children('ul').fadeOut(80);	
		
	}).click (function () {

		$(this).addClass('selected');
		
		
		
		
	});		
	
	
	$('.bottom-bt1 li').append('<ul class="hover"><\/ul>');


	$('.bottom-bt1 li').hover(

		function() {
		
			$(this).children('ul').fadeIn(300);	
		
		}, 

		function() {
		
			$(this).children('ul').fadeOut(80);	
		
	}).click (function () {

		$(this).addClass('selected');
		
		
		
		
	});		
		

	});	


	
	$(function() {
			$('ul.nav li').hover(function(){
				$(this).find('img').animate({top:'182px'},{queue:false,duration:500});
			}, function(){
				$(this).find('img').animate({top:'0px'},{queue:false,duration:500});
			});
		});		
		
		
		
		$(document).ready(function() {
			setTimeout("logo()",2000);
		});
		
		function logo(){

			
			$(".logo-").animate({left: '70px' }, {queue:false, duration:800, easing:'easeOutCubic'});
			
			$(".logo-inner").animate({left: '0px' }, {queue:false, duration:800, easing:'easeOutCubic'});
			
			$(".logo-gallery").animate({left: '10px' }, {queue:false, duration:800, easing:'easeOutCubic'});
			
			$(".specials").animate({right: '350px' }, {queue:false, duration:800, easing:'easeOutCubic'});
			
			$(".specials1").animate({right: '350px' }, {queue:false, duration:800, easing:'easeOutCubic'});
			
			$(".directions").animate({right: '380px' }, {queue:false, duration:800, easing:'easeOutCubic'});
			
			$(".burger").animate({right: '120px' }, {queue:false, duration:800, easing:'easeOutCubic'});
			
			$(".hours").animate({right: '30px' }, {queue:false, duration:1800, easing:'easeOutCubic'});
			
			

		}
		
		
		
		$(document).ready(function() {
		setTimeout("n1()",1300);
		});
		function n1(){
			$("#n1").animate({top: '0px' }, {queue:false, duration:800, easing:'easeOutCubic'});
		}
		
				$(document).ready(function() {
		setTimeout("n2()",1500);
		});
		function n2(){
			$("#n2").animate({top: '0px' }, {queue:false, duration:800, easing:'easeOutCubic'});
		}
		
				$(document).ready(function() {
		setTimeout("n3()",1700);
		});
		function n3(){
			$("#n3").animate({top: '0px' }, {queue:false, duration:800, easing:'easeOutCubic'});
		}
		
				$(document).ready(function() {
		setTimeout("n4()",2000);
		});
		function n4(){
			$("#n4").animate({top: '0px' }, {queue:false, duration:800, easing:'easeOutCubic'});
		}
		
				$(document).ready(function() {
		setTimeout("n5()",2200);
		});
		function n5(){
			$("#n5").animate({top: '0px' }, {queue:false, duration:800, easing:'easeOutCubic'});
		}
		
				$(document).ready(function() {
		setTimeout("n6()",2500);
		});
		function n6(){
			$("#n6").animate({top: '0px' }, {queue:false, duration:800, easing:'easeOutCubic'});
		}
		
		

		
	
		
		
		$(document).ready(function(){	
	$('#slider').css("display", "none").fadeIn(1000);
	
});		
		



