$(document).ready(function(){
				
				//Full Caption Sliding (Hidden to Visible)
				$('.nav_illus.menuhover_full').hover(function(){
					$(".cover", this).stop().animate({top:'38px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'43px'},{queue:false,duration:160});
				});
				
			
				
				//Full Caption Sliding (Hidden to Visible)
				$('.nav_graphics.menuhover_full').hover(function(){
					$(".cover", this).stop().animate({top:'38px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'43px'},{queue:false,duration:160});
				});
				
			
				
				//Full Caption Sliding (Hidden to Visible)
				$('.nav_web.menuhover_full').hover(function(){
					$(".cover", this).stop().animate({top:'38px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'43px'},{queue:false,duration:160});
				});
				
			
				
				//Full Caption Sliding (Hidden to Visible)
				$('.nav_about.menuhover_full').hover(function(){
					$(".cover", this).stop().animate({top:'38px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'43px'},{queue:false,duration:160});
				});
				
			
				
				//Full Caption Sliding (Hidden to Visible)
				$('.nav_blog.menuhover_full').hover(function(){
					$(".cover", this).stop().animate({top:'38px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'43px'},{queue:false,duration:160});
				});
				
			
				
				//Full Caption Sliding (Hidden to Visible)
				$('.nav_shop.menuhover_full').hover(function(){
					$(".cover", this).stop().animate({top:'38px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'43px'},{queue:false,duration:160});
				});
				
			
				//Full Caption Sliding (Hidden to Visible)
				$('.nav_contact.menuhover_full').hover(function(){
					$(".cover", this).stop().animate({top:'38px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'43px'},{queue:false,duration:160});
				});
				
			});
