$(document).ready(function(){

//Larger thumbnail preview 

//Home
$(function(){
 
	$('#menu-home').click(function() {
    	$('#menu-home-grey').removeClass('hover').show();
    	$('#menu-home-white').removeClass('hover').show();
    	
	}).hover(function() {
    	$('#menu-home-grey.hover').stop().animate({width: '43px', height: '100px', marginTop : '-9', marginLeft: '-5', opacity: '0'},200);
    	$('#menu-home-white.hover').stop().animate({width: '43px', height: '100px', marginTop : '-9', marginLeft: '-5', opacity: '1'},200);
    	
	}, function() {
    	$('#menu-home-grey.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '1'},200);
    	$('#menu-home-white.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '0'},200);
    	
	});
    
    $('#menu-bio').click(function(){
    	$('#menu-home-grey').addClass('hover').show();
    	$('#menu-home-white').addClass('hover').show();
		$('#menu-home-grey.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '1'},200);
		$('#menu-home-white.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '0' },200);
	});
	
//	$('#menu-contact').click(function(){
//    	$('#menu-home-grey').addClass('hover').show();
//    	$('#menu-home-white').addClass('hover').show();
//		$('#menu-home-grey.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '1' },200);
//		$('#menu-home-white.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '0' },200);
//	});
 });
 
//BIO 
 	$(function(){
		$('#menu-bio-grey').addClass('hover').click(function(){});
		$('#menu-bio-white').addClass('hover').click(function(){});
 
	$('#menu-bio').click(function() {
    	$('#menu-bio-grey').removeClass('hover').show();
    	$('#menu-bio-white').removeClass('hover').show();
    	
 
	}).hover(function() {
    	$('#menu-bio-grey.hover').stop().animate({width: '43px', height: '100px', marginTop : '-9', marginLeft: '-5', opacity: '0'},200);
    	$('#menu-bio-white.hover').stop().animate({width: '43px', height: '100px', marginTop : '-9', marginLeft: '-5', opacity: '1' },200);
    	
	}, function() {
    	$('#menu-bio-grey.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '1' },200);
    	$('#menu-bio-white.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '0' },200);
	});
    
    $('#menu-home').click(function(){
    	$('#menu-bio-grey').addClass('hover').show();
    	$('#menu-bio-white').addClass('hover').show();
		$('#menu-bio-grey.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '1'},200);
		$('#menu-bio-white.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '0' },200);
	});
	
//	$('#menu-contact').click(function(){
//    	$('#menu-bio-grey').addClass('hover').show();
//    	$('#menu-bio-white').addClass('hover').show();
//		$('#menu-bio-grey.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '1' },200);
//		$('#menu-bio-white.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '0' },200);
//	});
	
 });

//Contact / Multimedia
// 	$(function(){
//		$('#menu-contact-grey').addClass('hover').click(function(){});
//		$('#menu-contact-white').addClass('hover').click(function(){});
// 
//	$('#menu-contact').click(function() {
//    	$('#menu-contact-grey').removeClass('hover').show();
//    	$('#menu-contact-white').removeClass('hover').show();
//    	
//	}).hover(function() {
//    	$('#menu-contact-grey.hover').stop().animate({width: '43px', height: '100px', marginTop : '-9', marginLeft: '-5', opacity: '0'},200);
//    	$('#menu-contact-white.hover').stop().animate({width: '43px', height: '100px', marginTop : '-9', marginLeft: '-5', opacity: '1'},200);
//    	
//	}, function() {
//    	$('#menu-contact-grey.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '1'},200);
//    	$('#menu-contact-white.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '0' },200);
//	});
    
//    $('#menu-home').click(function(){
//    	$('#menu-contact-grey').addClass('hover').show();
//    	$('#menu-contact-white').addClass('hover').show();
//		$('#menu-contact-grey.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '1'},200);
//		$('#menu-contact-white.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '0' },200);
//	});
	
//	$('#menu-bio').click(function(){
//    	$('#menu-contact-grey').addClass('hover').show();
//    	$('#menu-contact-white').addClass('hover').show();
//		$('#menu-contact-grey.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '1'},200);
//		$('#menu-contact-white.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '0' },200);
//	});
	
// });

//Contact
 $(function(){
		$('#menu-contact-grey').addClass('hover').click(function(){});
		$('#menu-contact-white').addClass('hover').click(function(){});
 
	$('#menu-contact').animate(function() {
    	$('#menu-contact-grey').removeClass('hover').show();
    	$('#menu-contact-white').removeClass('hover').show();
    	
	}).hover(function() {
    	$('#menu-contact-grey.hover').stop().animate({width: '43px', height: '100px', marginTop : '-9', marginLeft: '-5', opacity: '0'},200);
    	$('#menu-contact-white.hover').stop().animate({width: '43px', height: '100px', marginTop : '-9', marginLeft: '-5', opacity: '1'},200);
    	
	}, function() {
    	$('#menu-contact-grey.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '1'},200);
    	$('#menu-contact-white.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '0' },200);
	});
});

//Blogg
 $(function(){
		$('#menu-blogg-grey').addClass('hover').click(function(){});
		$('#menu-blogg-white').addClass('hover').click(function(){});
 
	$('#menu-blogg').animate(function() {
    	$('#menu-blogg-grey').removeClass('hover').show();
    	$('#menu-blogg-white').removeClass('hover').show();
    	
	}).hover(function() {
    	$('#menu-blogg-grey.hover').stop().animate({width: '43px', height: '100px', marginTop : '-9', marginLeft: '-5', opacity: '0'},200);
    	$('#menu-blogg-white.hover').stop().animate({width: '43px', height: '100px', marginTop : '-9', marginLeft: '-5', opacity: '1'},200);
    	
	}, function() {
    	$('#menu-blogg-grey.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '1'},200);
    	$('#menu-blogg-white.hover').stop().animate({width: '35px', height: '65px', marginTop : '0', marginLeft: '0', opacity: '0' },200);
	});
});

	
});
