$(document).ready(function(){
	$("#btnEntree").fadeTo("slow", 0.6);
						   })

$(document).ready(function(){
	$("#btnCocktail").fadeTo("slow", 0.6);
							})

$(document).ready(function(){
	$("#btnBrunch").fadeTo("slow", 0.6);
						   })

$(document).ready(function(){
	$("#btnLunch").fadeTo("slow", 0.6);
						   })
						   
$(document).ready(function(){
	$("#btnBeer").fadeTo("slow", 0.6);
						   })

$(document).ready(function(){
	$("#btnWWine").fadeTo("slow", 0.6);
						   })

$(document).ready(function(){
	$("#btnRWine").fadeTo("slow", 0.6);
						   })

$(document).ready(function(){
	$("#btnDessert").fadeTo("slow", 0.6);
						   })

$(document).ready(function(){
	$("#btnDrnkSpec").fadeTo("slow", 0.6);
						   })

$(document).ready(function(){
	$("#btnMartini").fadeTo("slow", 0.6);
						   })
	
$(document).ready(function(){
		$("#btnAppy").click(function(){ //APPETIZER button
			$(this).animate({
				opacity: 1.0,
				borderWidth: 5
			}, 400 );
			$("#appys")
				.css({
					display: "block"
				});
			$("#entree")
				.css({
					display: "none"
				});
			$("#brunch")
				.css({
					display: "none"
				});
			$("#lunch")
				.css({
					display: "none"
				});
			$("#cocktails")
				.css({
					display: "none"
				});
			$("#beer")
				.css({
					display: "none"
				});
			$("#whtWine")
				.css({
					display: "none"
				});
			$("#redWine")
				.css({
					display: "none"
				});
			$("#dessert")
				.css({
					display: "none"
				});	
			$("#drinkSpecials")
				.css({
					display: "none"
				});		
			$("#martinis")
				.css({
					display: "none"
				});	
			$("#btnEntree").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBrunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnLunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnCocktail").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBeer").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnWWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnRWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDessert").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDrnkSpec").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnMartini").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
		});
				
		$("#btnEntree").click(function(){ // ENTREE button
			$(this).animate({
				opacity: 1.0,
				borderWidth: 5
			}, 400 );
			$("#martinis")
				.css({
					display: "none"
				});	
			$("#appys")
				.css({
					display: "none"
				});
			$("#entree")
				.css({
					display: "block"
				});
			$("#brunch")
				.css({
					display: "none"
				});
			$("#lunch")
				.css({
					display: "none"
				});
			$("#cocktails")
				.css({
					display: "none"
				});
			$("#beer")
				.css({
					display: "none"
				});
			$("#whtWine")
				.css({
					display: "none"
				});
			$("#redWine")
				.css({
					display: "none"
				});
			$("#dessert")
				.css({
					display: "none"
				});	
			$("#drinkSpecials")
				.css({
					display: "none"
				});	
			$("#btnAppy").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnCocktail").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBrunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnLunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBeer").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnWWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnRWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDessert").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDrnkSpec").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnMartini").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
		});
		
		$("#btnBrunch").click(function(){ //BRUNCH button
			$(this).animate({
				opacity: 1.0,
				borderWidth: 5
			}, 400 );
			$("#appys")
				.css({
					display: "none"
				});
			$("#entree")
				.css({
					display: "none"
				});
			$("#brunch")
				.css({
					display: "block"
				});
			$("#lunch")
				.css({
					display: "none"
				});
			$("#cocktails")
				.css({
					display: "none"
				});
			$("#beer")
				.css({
					display: "none"
				});
			$("#whtWine")
				.css({
					display: "none"
				});
			$("#redWine")
				.css({
					display: "none"
				});
			$("#dessert")
				.css({
					display: "none"
				});
			$("#drinkSpecials")
				.css({
					display: "none"
				});	
			$("#martinis")
				.css({
					display: "none"
				});	
			$("#btnEntree").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnCocktail").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnAppy").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnLunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnMartini").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnWWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBeer").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnRWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDessert").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDrnkSpec").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
		});
		
		$(document).ready(function(){
		$("#btnLunch").click(function(){ //LUNCH button
			$(this).animate({
				opacity: 1.0,
				borderWidth: 5
			}, 400 );
			$("#appys")
				.css({
					display: "none"
				});
			$("#entree")
				.css({
					display: "none"
				});
			$("#brunch")
				.css({
					display: "none"
				});
			$("#lunch")
				.css({
					display: "block"
				});
			$("#cocktails")
				.css({
					display: "none"
				});
			$("#beer")
				.css({
					display: "none"
				});
			$("#whtWine")
				.css({
					display: "none"
				});
			$("#redWine")
				.css({
					display: "none"
				});
			$("#dessert")
				.css({
					display: "none"
				});	
			$("#drinkSpecials")
				.css({
					display: "none"
				});		
			$("#martinis")
				.css({
					display: "none"
				});	
			$("#btnAppy").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnEntree").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBrunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnCocktail").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBeer").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnWWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnRWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDessert").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDrnkSpec").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnMartini").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
		});
		
		$("#btnCocktail").click(function(){ //COCKTAILS
			$(this).animate({
				opacity: 1.0,
				borderWidth: 5
			}, 400 );
			$("#martinis")
				.css({
					display: "none"
				});	
			$("#appys")
				.css({
					display: "none"
				});
			$("#entree")
				.css({
					display: "none"
				});
			$("#lunch")
				.css({
					display: "none"
				});
			$("#brunch")
				.css({
					display: "none"
				});
			$("#cocktails")
				.css({
					display: "block"
				});
			$("#beer")
				.css({
					display: "none"
				});
			$("#whtWine")
				.css({
					display: "none"
				});
			$("#redWine")
				.css({
					display: "none"
				});
			$("#dessert")
				.css({
					display: "none"
				});	
			$("#drinkSpecials")
				.css({
					display: "none"
				});	
			$("#btnEntree").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnAppy").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBrunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnLunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBeer").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnWWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnRWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDessert").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDrnkSpec").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnMartini").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
		});
				
		$("#btnBeer").click(function(){ //BEER button
			$(this).animate({
				opacity: 1.0,
				borderWidth: 5
			}, 400 );
			$("#martinis")
				.css({
					display: "none"
				});	
			$("#appys")
				.css({
					display: "none"
				});
			$("#entree")
				.css({
					display: "none"
				});
			$("#brunch")
				.css({
					display: "none"
				});
			$("#lunch")
				.css({
					display: "none"
				});
			$("#cocktails")
				.css({
					display: "none"
				});
			$("#beer")
				.css({
					display: "block"
				});
			$("#whtWine")
				.css({
					display: "none"
				});
			$("#redWine")
				.css({
					display: "none"
				});
			$("#dessert")
				.css({
					display: "none"
				});
			$("#drinkSpecials")
				.css({
					display: "none"
				});	
			$("#btnEntree").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnCocktail").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnAppy").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBrunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnLunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnWWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnRWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDessert").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDrnkSpec").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnMartini").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
		});
		
		$("#btnWWine").click(function(){ //WHITE WINE button
			$(this).animate({
				opacity: 1.0,
				borderWidth: 5
			}, 400 );
			$("#martinis")
				.css({
					display: "none"
				});	
			$("#appys")
				.css({
					display: "none"
				});
			$("#entree")
				.css({
					display: "none"
				});
			$("#brunch")
				.css({
					display: "none"
				});	
			$("#lunch")
				.css({
					display: "none"
				});
			$("#cocktails")
				.css({
					display: "none"
				});
			$("#beer")
				.css({
					display: "none"
				});
			$("#whtWine")
				.css({
					display: "block"
				});
			$("#redWine")
				.css({
					display: "none"
				});
			$("#dessert")
				.css({
					display: "none"
				});
			$("#drinkSpecials")
				.css({
					display: "none"
				});	
			$("#btnEntree").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnCocktail").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnAppy").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBrunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnLunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBeer").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnRWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDessert").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDrnkSpec").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnMartini").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
		});
				
		$("#btnRWine").click(function(){ //RED WINE button
			$(this).animate({
				opacity: 1.0,
				borderWidth: 5
			}, 400 );
			$("#martinis")
				.css({
					display: "none"
				});	
			$("#appys")
				.css({
					display: "none"
				});
			$("#entree")
				.css({
					display: "none"
				});
			$("#brunch")
				.css({
					display: "none"
				});
			$("#lunch")
				.css({
					display: "none"
				});
			$("#cocktails")
				.css({
					display: "none"
				});
			$("#beer")
				.css({
					display: "none"
				});
			$("#whtWine")
				.css({
					display: "none"
				});
			$("#redWine")
				.css({
					display: "block"
				});
			$("#dessert")
				.css({
					display: "none"
				});	
			$("#drinkSpecials")
				.css({
					display: "none"
				});	
			$("#btnEntree").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnCocktail").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnAppy").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBrunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnLunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnWWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBeer").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDessert").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDrnkSpec").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnMartini").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
		});
				
		$("#btnDessert").click(function(){ //DESSERTS button
			$(this).animate({
				opacity: 1.0,
				borderWidth: 5
			}, 400 );
			$("#martinis")
				.css({
					display: "none"
				});	
			$("#appys")
				.css({
					display: "none"
				});
			$("#entree")
				.css({
					display: "none"
				});
			$("#lunch")
				.css({
					display: "none"
				});
			$("#brunch")
				.css({
					display: "none"
				});
			$("#cocktails")
				.css({
					display: "none"
				});
			$("#beer")
				.css({
					display: "none"
				});
			$("#whtWine")
				.css({
					display: "none"
				});
			$("#redWine")
				.css({
					display: "none"
				});
			$("#dessert")
				.css({
					display: "block"
				});
			$("#drinkSpecials")
				.css({
					display: "none"
				});	
			$("#btnEntree").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnCocktail").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnAppy").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBrunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnLunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnWWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBeer").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnRWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDrnkSpec").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnMartini").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
		});
		
		$("#btnDrnkSpec").click(function(){ //DRINK SPECIALS button
			$(this).animate({
				opacity: 1.0,
				borderWidth: 5
			}, 400 );
			$("#martinis")
				.css({
					display: "none"
				});	
			$("#appys")
				.css({
					display: "none"
				});
			$("#entree")
				.css({
					display: "none"
				});
			$("#brunch")
				.css({
					display: "none"
				});
			$("#lunch")
				.css({
					display: "none"
				});
			$("#cocktails")
				.css({
					display: "none"
				});
			$("#beer")
				.css({
					display: "none"
				});
			$("#whtWine")
				.css({
					display: "none"
				});
			$("#redWine")
				.css({
					display: "none"
				});
			$("#dessert")
				.css({
					display: "none"
				});
			$("#drinkSpecials")
				.css({
					display: "block"
				});	
			$("#btnEntree").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnCocktail").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnAppy").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBrunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnLunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnWWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBeer").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnRWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDessert").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnMartini").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
		});
		
		$("#btnMartini").click(function(){ //MARTINIS button
			$(this).animate({
				opacity: 1.0,
				borderWidth: 5
			}, 400 );
			$("#appys")
				.css({
					display: "none"
				});
			$("#entree")
				.css({
					display: "none"
				});
			$("#brunch")
				.css({
					display: "none"
				});
			$("#lunch")
				.css({
					display: "none"
				});
			$("#cocktails")
				.css({
					display: "none"
				});
			$("#beer")
				.css({
					display: "none"
				});
			$("#whtWine")
				.css({
					display: "none"
				});
			$("#redWine")
				.css({
					display: "none"
				});
			$("#dessert")
				.css({
					display: "none"
				});
			$("#drinkSpecials")
				.css({
					display: "none"
				});	
			$("#martinis")
				.css({
					display: "block"
				});	
			$("#btnEntree").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnCocktail").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnAppy").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBrunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnLunch").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnWWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnBeer").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnRWine").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDessert").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
			$("#btnDrnkSpec").animate({
				opacity: 0.5,
				borderWidth: 1
			}, 400 );
		});
	 });
  });