// jDiv - a jQuery plugin
// (c) Skyrocket Labs
// http://www.skyrocketlabs.com
// fred@skyrocketlabs.com
// Created: 10.24.2009
// Last updated: 02.06.2010

// DISPLAYS HIDDEN DIVS AS SUBMENUS ON HOVER

$(document).ready(function() {
        var hide = false;
        // Shows the DIV on hover with a fade in
		$("#arrigo").hover(function(){          
		   if (hide) clearTimeout(hide);
            $("#hidden-div-arrigo").fadeIn();
            // The main nav menu item is assigned the 'active' CSS class
			$(this).addClass("active");
        }, function() {
            // Fades out the DIV and removes the 'active' class from the main nav menu item
			hide = setTimeout(function() {$("#hidden-div-arrigo").fadeOut("fast");});
			$("#arrigo").removeClass("active");
        });
		// Ensures the DIV displays when your mouse moves away from the main nav menu item
        $("#hidden-div-arrigo").hover(function(){
            if (hide) clearTimeout(hide);
            $("#arrigo").addClass("active");
        }, function() {
            // If your mouse moves out of the displayed hidden DIV, the DIv fades out and removes the 'active' class
			hide = setTimeout(function() {$("#hidden-div-arrigo").fadeOut("fast");});
			$("#arrigo").removeClass("active");
        });
	});

$(document).ready(function() {
        var hide = false;
        // Shows the DIV on hover with a fade in
		$("#ceoruti").hover(function(){          
		   if (hide) clearTimeout(hide);
            $("#hidden-div-ceoruti").fadeIn();
            // The main nav menu item is assigned the 'active' CSS class
			$(this).addClass("active");
        }, function() {
            // Fades out the DIV and removes the 'active' class from the main nav menu item
			hide = setTimeout(function() {$("#hidden-div-ceoruti").fadeOut("fast");});
			$("#ceoruti").removeClass("active");
        });
		// Ensures the DIV displays when your mouse moves away from the main nav menu item
        $("#hidden-div-ceoruti").hover(function(){
            if (hide) clearTimeout(hide);
            $("#ceoruti").addClass("active");
        }, function() {
            // If your mouse moves out of the displayed hidden DIV, the DIv fades out and removes the 'active' class
			hide = setTimeout(function() {$("#hidden-div-ceoruti").fadeOut("fast");});
			$("#ceoruti").removeClass("active");
        });
	});

$(document).ready(function() {
        var hide = false;
        // Shows the DIV on hover with a fade in
		$("#cerespro").hover(function(){          
		   if (hide) clearTimeout(hide);
            $("#hidden-div-cerespro").fadeIn();
            // The main nav menu item is assigned the 'active' CSS class
			$(this).addClass("active");
        }, function() {
            // Fades out the DIV and removes the 'active' class from the main nav menu item
			hide = setTimeout(function() {$("#hidden-div-cerespro").fadeOut("fast");});
			$("#cerespro").removeClass("active");
        });
		// Ensures the DIV displays when your mouse moves away from the main nav menu item
        $("#hidden-div-cerespro").hover(function(){
            if (hide) clearTimeout(hide);
            $("#cerespro").addClass("active");
        }, function() {
            // If your mouse moves out of the displayed hidden DIV, the DIv fades out and removes the 'active' class
			hide = setTimeout(function() {$("#hidden-div-cerespro").fadeOut("fast");});
			$("#cerespro").removeClass("active");
        });
	});

$(document).ready(function() {
        var hide = false;
        // Shows the DIV on hover with a fade in
		$("#elio").hover(function(){          
		   if (hide) clearTimeout(hide);
            $("#hidden-div-elio").fadeIn();
            // The main nav menu item is assigned the 'active' CSS class
			$(this).addClass("active");
        }, function() {
            // Fades out the DIV and removes the 'active' class from the main nav menu item
			hide = setTimeout(function() {$("#hidden-div-elio").fadeOut("fast");});
			$("#elio").removeClass("active");
        });
		// Ensures the DIV displays when your mouse moves away from the main nav menu item
        $("#hidden-div-elio").hover(function(){
            if (hide) clearTimeout(hide);
            $("#elio").addClass("active");
        }, function() {
            // If your mouse moves out of the displayed hidden DIV, the DIv fades out and removes the 'active' class
			hide = setTimeout(function() {$("#hidden-div-elio").fadeOut("fast");});
			$("#elio").removeClass("active");
        });
	});

$(document).ready(function() {
        var hide = false;
        // Shows the DIV on hover with a fade in
		$("#estilo").hover(function(){          
		   if (hide) clearTimeout(hide);
            $("#hidden-div-estilo").fadeIn();
            // The main nav menu item is assigned the 'active' CSS class
			$(this).addClass("active");
        }, function() {
            // Fades out the DIV and removes the 'active' class from the main nav menu item
			hide = setTimeout(function() {$("#hidden-div-estilo").fadeOut("fast");});
			$("#estilo").removeClass("active");
        });
		// Ensures the DIV displays when your mouse moves away from the main nav menu item
        $("#hidden-div-estilo").hover(function(){
            if (hide) clearTimeout(hide);
            $("#estilo").addClass("active");
        }, function() {
            // If your mouse moves out of the displayed hidden DIV, the DIv fades out and removes the 'active' class
			hide = setTimeout(function() {$("#hidden-div-estilo").fadeOut("fast");});
			$("#estilo").removeClass("active");
        });
	});

$(document).ready(function() {
        var hide = false;
        // Shows the DIV on hover with a fade in
		$("#felido").hover(function(){          
		   if (hide) clearTimeout(hide);
            $("#hidden-div-felido").fadeIn();
            // The main nav menu item is assigned the 'active' CSS class
			$(this).addClass("active");
        }, function() {
            // Fades out the DIV and removes the 'active' class from the main nav menu item
			hide = setTimeout(function() {$("#hidden-div-felido").fadeOut("fast");});
			$("#felido").removeClass("active");
        });
		// Ensures the DIV displays when your mouse moves away from the main nav menu item
        $("#hidden-div-felido").hover(function(){
            if (hide) clearTimeout(hide);
            $("#felido").addClass("active");
        }, function() {
            // If your mouse moves out of the displayed hidden DIV, the DIv fades out and removes the 'active' class
			hide = setTimeout(function() {$("#hidden-div-felido").fadeOut("fast");});
			$("#felido").removeClass("active");
        });
	});

$(document).ready(function() {
        var hide = false;
        // Shows the DIV on hover with a fade in
		$("#flauto").hover(function(){          
		   if (hide) clearTimeout(hide);
            $("#hidden-div-flauto").fadeIn();
            // The main nav menu item is assigned the 'active' CSS class
			$(this).addClass("active");
        }, function() {
            // Fades out the DIV and removes the 'active' class from the main nav menu item
			hide = setTimeout(function() {$("#hidden-div-flauto").fadeOut("fast");});
			$("#flauto").removeClass("active");
        });
		// Ensures the DIV displays when your mouse moves away from the main nav menu item
        $("#hidden-div-flauto").hover(function(){
            if (hide) clearTimeout(hide);
            $("#flauto").addClass("active");
        }, function() {
            // If your mouse moves out of the displayed hidden DIV, the DIv fades out and removes the 'active' class
			hide = setTimeout(function() {$("#hidden-div-flauto").fadeOut("fast");});
			$("#flauto").removeClass("active");
        });
	});
	
$(document).ready(function() {
        var hide = false;
        // Shows the DIV on hover with a fade in
		$("#lucano").hover(function(){          
		   if (hide) clearTimeout(hide);
            $("#hidden-div-lucano").fadeIn();
            // The main nav menu item is assigned the 'active' CSS class
			$(this).addClass("active");
        }, function() {
            // Fades out the DIV and removes the 'active' class from the main nav menu item
			hide = setTimeout(function() {$("#hidden-div-lucano").fadeOut("fast");});
			$("#lucano").removeClass("active");
        });
		// Ensures the DIV displays when your mouse moves away from the main nav menu item
        $("#hidden-div-lucano").hover(function(){
            if (hide) clearTimeout(hide);
            $("#lucano").addClass("active");
        }, function() {
            // If your mouse moves out of the displayed hidden DIV, the DIv fades out and removes the 'active' class
			hide = setTimeout(function() {$("#hidden-div-lucano").fadeOut("fast");});
			$("#lucano").removeClass("active");
        });
	});


$(document).ready(function() {
        var hide = false;
        // Shows the DIV on hover with a fade in
		$("#matrex").hover(function(){          
		   if (hide) clearTimeout(hide);
            $("#hidden-div-matrex").fadeIn();
            // The main nav menu item is assigned the 'active' CSS class
			$(this).addClass("active");
        }, function() {
            // Fades out the DIV and removes the 'active' class from the main nav menu item
			hide = setTimeout(function() {$("#hidden-div-matrex").fadeOut("fast");});
			$("#matrex").removeClass("active");
        });
		// Ensures the DIV displays when your mouse moves away from the main nav menu item
        $("#hidden-div-matrex").hover(function(){
            if (hide) clearTimeout(hide);
            $("#matrex").addClass("active");
        }, function() {
            // If your mouse moves out of the displayed hidden DIV, the DIv fades out and removes the 'active' class
			hide = setTimeout(function() {$("#hidden-div-matrex").fadeOut("fast");});
			$("#matrex").removeClass("active");
        });
	});

$(document).ready(function() {
        var hide = false;
        // Shows the DIV on hover with a fade in
		$("#micazzo").hover(function(){          
		   if (hide) clearTimeout(hide);
            $("#hidden-div-micazzo").fadeIn();
            // The main nav menu item is assigned the 'active' CSS class
			$(this).addClass("active");
        }, function() {
            // Fades out the DIV and removes the 'active' class from the main nav menu item
			hide = setTimeout(function() {$("#hidden-div-micazzo").fadeOut("fast");});
			$("#micazzo").removeClass("active");
        });
		// Ensures the DIV displays when your mouse moves away from the main nav menu item
        $("#hidden-div-micazzo").hover(function(){
            if (hide) clearTimeout(hide);
            $("#micazzo").addClass("active");
        }, function() {
            // If your mouse moves out of the displayed hidden DIV, the DIv fades out and removes the 'active' class
			hide = setTimeout(function() {$("#hidden-div-micazzo").fadeOut("fast");});
			$("#micazzo").removeClass("active");
        });
	});

$(document).ready(function() {
        var hide = false;
        // Shows the DIV on hover with a fade in
		$("#mobius").hover(function(){          
		   if (hide) clearTimeout(hide);
            $("#hidden-div-mobius").fadeIn();
            // The main nav menu item is assigned the 'active' CSS class
			$(this).addClass("active");
        }, function() {
            // Fades out the DIV and removes the 'active' class from the main nav menu item
			hide = setTimeout(function() {$("#hidden-div-mobius").fadeOut("fast");});
			$("#mobius").removeClass("active");
        });
		// Ensures the DIV displays when your mouse moves away from the main nav menu item
        $("#hidden-div-mobius").hover(function(){
            if (hide) clearTimeout(hide);
            $("#mobius").addClass("active");
        }, function() {
            // If your mouse moves out of the displayed hidden DIV, the DIv fades out and removes the 'active' class
			hide = setTimeout(function() {$("#hidden-div-mobius").fadeOut("fast");});
			$("#mobius").removeClass("active");
        });
	});

$(document).ready(function() {
        var hide = false;
        // Shows the DIV on hover with a fade in
		$("#reluxe").hover(function(){          
		   if (hide) clearTimeout(hide);
            $("#hidden-div-reluxe").fadeIn();
            // The main nav menu item is assigned the 'active' CSS class
			$(this).addClass("active");
        }, function() {
            // Fades out the DIV and removes the 'active' class from the main nav menu item
			hide = setTimeout(function() {$("#hidden-div-reluxe").fadeOut("fast");});
			$("#reluxe").removeClass("active");
        });
		// Ensures the DIV displays when your mouse moves away from the main nav menu item
        $("#hidden-div-reluxe").hover(function(){
            if (hide) clearTimeout(hide);
            $("#reluxe").addClass("active");
        }, function() {
            // If your mouse moves out of the displayed hidden DIV, the DIv fades out and removes the 'active' class
			hide = setTimeout(function() {$("#hidden-div-reluxe").fadeOut("fast");});
			$("#reluxe").removeClass("active");
        });
	});
	
$(document).ready(function() {
        var hide = false;
        // Shows the DIV on hover with a fade in
		$("#sorrento").hover(function(){          
		   if (hide) clearTimeout(hide);
            $("#hidden-div-sorrento").fadeIn();
            // The main nav menu item is assigned the 'active' CSS class
			$(this).addClass("active");
        }, function() {
            // Fades out the DIV and removes the 'active' class from the main nav menu item
			hide = setTimeout(function() {$("#hidden-div-sorrento").fadeOut("fast");});
			$("#sorrento").removeClass("active");
        });
		// Ensures the DIV displays when your mouse moves away from the main nav menu item
        $("#hidden-div-sorrento").hover(function(){
            if (hide) clearTimeout(hide);
            $("#sorrento").addClass("active");
        }, function() {
            // If your mouse moves out of the displayed hidden DIV, the DIv fades out and removes the 'active' class
			hide = setTimeout(function() {$("#hidden-div-sorrento").fadeOut("fast");});
			$("#sorrento").removeClass("active");
        });
	});

$(document).ready(function() {
        var hide = false;
        // Shows the DIV on hover with a fade in
		$("#vigo").hover(function(){          
		   if (hide) clearTimeout(hide);
            $("#hidden-div-vigo").fadeIn();
            // The main nav menu item is assigned the 'active' CSS class
			$(this).addClass("active");
        }, function() {
            // Fades out the DIV and removes the 'active' class from the main nav menu item
			hide = setTimeout(function() {$("#hidden-div-vigo").fadeOut("fast");});
			$("#vigo").removeClass("active");
        });
		// Ensures the DIV displays when your mouse moves away from the main nav menu item
        $("#hidden-div-vigo").hover(function(){
            if (hide) clearTimeout(hide);
            $("#vigo").addClass("active");
        }, function() {
            // If your mouse moves out of the displayed hidden DIV, the DIv fades out and removes the 'active' class
			hide = setTimeout(function() {$("#hidden-div-vigo").fadeOut("fast");});
			$("#vigo").removeClass("active");
        });
	});

$(document).ready(function() {
        var hide = false;
        // Shows the DIV on hover with a fade in
		$("#vitas").hover(function(){          
		   if (hide) clearTimeout(hide);
            $("#hidden-div-vitas").fadeIn();
            // The main nav menu item is assigned the 'active' CSS class
			$(this).addClass("active");
        }, function() {
            // Fades out the DIV and removes the 'active' class from the main nav menu item
			hide = setTimeout(function() {$("#hidden-div-vitas").fadeOut("fast");});
			$("#vitas").removeClass("active");
        });
		// Ensures the DIV displays when your mouse moves away from the main nav menu item
        $("#hidden-div-vitas").hover(function(){
            if (hide) clearTimeout(hide);
            $("#vitas").addClass("active");
        }, function() {
            // If your mouse moves out of the displayed hidden DIV, the DIv fades out and removes the 'active' class
			hide = setTimeout(function() {$("#hidden-div-vitas").fadeOut("fast");});
			$("#vitas").removeClass("active");
        });
	});

$(document).ready(function() {
        var hide = false;
        // Shows the DIV on hover with a fade in
		$("#vivo").hover(function(){          
		   if (hide) clearTimeout(hide);
            $("#hidden-div-vivo").fadeIn();
            // The main nav menu item is assigned the 'active' CSS class
			$(this).addClass("active");
        }, function() {
            // Fades out the DIV and removes the 'active' class from the main nav menu item
			hide = setTimeout(function() {$("#hidden-div-vivo").fadeOut("fast");});
			$("#vivo").removeClass("active");
        });
		// Ensures the DIV displays when your mouse moves away from the main nav menu item
        $("#hidden-div-vivo").hover(function(){
            if (hide) clearTimeout(hide);
            $("#vivo").addClass("active");
        }, function() {
            // If your mouse moves out of the displayed hidden DIV, the DIv fades out and removes the 'active' class
			hide = setTimeout(function() {$("#hidden-div-vivo").fadeOut("fast");});
			$("#vivo").removeClass("active");
        });
	});
