$(document).ready(function(){
    Cufon.replace(".hEncontre span,.hCadastre span,.FT span,.AreaCont .tit, .rBhead p, .aLeft h2, .buscaForm h2, .aLeftEmpresa h2, .aLeftBusca h2, h3");
    
    
	$('#search2').blur(function() {
        if($('#search2').val() == '')
            $('#search2').css('backgroundColor','transparent');
    });
    $('#search2').focus(function() {
        $('#search2').css('backgroundColor', '#ffffff');
    });
    
	$(function() {
		$('input[prompt]').each(function() {
			$(this).val($(this).attr('prompt'));
		}).bind('focus',function() {
			if($(this).val()==$(this).attr('prompt'))$(this).val('');
		}).bind('blur',function() {
			if($(this).val() == '')
				$(this).val($(this).attr('prompt'));
		});
	});
    $(function() {
		$('textarea[prompt]').each(function() {
			$(this).val($(this).attr('prompt'));
		}).bind('focus',function() {
			if($(this).val()==$(this).attr('prompt'))$(this).val('');
		}).bind('blur',function() {
			if($(this).val() == '')
				$(this).val($(this).attr('prompt'));
		});
	});
	
	$(".iRight li:even").css("background-color", "#e6e2dc");

    //MENUS
	$(".menu ul a.mCasas").mouseover(function () {
	    $('.menu ul a.mCasas').addClass('atv');
	    $('ul.mCasasAbre').slideDown('fast');

	    $(this).parent().hover(function () {
	    }, function () {
	        $(this).parent().find("ul.mCasasAbre").slideUp('slow');
	        $('.menu ul a.mCasas').removeClass('atv');
	    });
	});
	$(".menu ul a.mApartamentos").mouseover(function () {
	    $('.menu ul a.mApartamentos').addClass('atv');
	    $('ul.mApartamentosAbre').slideDown('fast');

	    $(this).parent().hover(function () {
	    }, function () {
	        $(this).parent().find("ul.mApartamentosAbre").slideUp('slow');
	        $('.menu ul a.mApartamentos').removeClass('atv');
	    });
	});

	$(".menu ul a.mCorporativo").mouseover(function () {
	    $('.menu ul a.mCorporativo').addClass('atv');
	    $('ul.mCorporativoAbre').slideDown('fast');

	    $('a.s1').mouseover(function () {
	        $('ul.sub4').hide('fast'); $('a.s4').removeAttr('style');
	        $('ul.sub3').hide('fast'); $('a.s3').removeAttr('style');
	        $('ul.sub2').hide('fast'); $('a.s2').removeAttr('style');
	        $('a.s1').css('backgroundColor', '#5e5340'); $('ul.sub1').slideDown('fast');
	    });
	    $('a.s2').mouseover(function () {
	        $('ul.sub4').hide('fast'); $('a.s4').removeAttr('style');
	        $('ul.sub3').hide('fast'); $('a.s3').removeAttr('style');
	        $('ul.sub1').hide('fast'); $('a.s1').removeAttr('style');
	        $('a.s2').css('backgroundColor', '#5e5340'); $('ul.sub2').slideDown('fast');
	    });
	    $('a.s3').mouseover(function () {
	        $('ul.sub4').hide('fast'); $('a.s4').removeAttr('style');
	        $('ul.sub2').hide('fast'); $('a.s2').removeAttr('style');
	        $('ul.sub1').hide('fast'); $('a.s1').removeAttr('style');
	        $('a.s3').css('backgroundColor', '#5e5340'); $('ul.sub3').slideDown('fast');
	    });
	    $('a.s4').mouseover(function () {
	        $('ul.sub2').hide('fast'); $('a.s2').removeAttr('style');
	        $('ul.sub3').hide('fast'); $('a.s3').removeAttr('style');
	        $('ul.sub1').hide('fast'); $('a.s1').removeAttr('style');
	        $('a.s4').css('backgroundColor', '#5e5340'); $('ul.sub4').slideDown('fast');
	    });

	    $(this).parent().hover(function () {
	    }, function () {
	        $(this).parent().find("ul.mCorporativoAbre").slideUp('slow');
	        $('.menu ul a.mCorporativo').removeClass('atv');
	        $('ul.sub1').slideUp('slow'); $('a.s1').removeAttr('style');
	        $('ul.sub2').slideUp('slow'); $('a.s2').removeAttr('style');
	        $('ul.sub3').slideUp('slow'); $('a.s3').removeAttr('style');
	        $('ul.sub4').slideUp('slow'); $('a.s4').removeAttr('style');
	    });
	});

	$(".menu ul a.mLocacao").mouseover(function () {
	    $('.menu ul a.mLocacao').addClass('atv');
	    $('ul.mLocacaoAbre').slideDown('fast');

	    $('a.Ls1').mouseover(function () {
	        $('ul.Lsub3').hide('fast'); $('a.Ls3').removeAttr('style');
	        $('ul.Lsub2').hide('fast'); $('a.Ls2').removeAttr('style');
	        $('a.Ls1').css('backgroundColor', '#5e5340'); $('ul.Lsub1').slideDown('fast');
	    });
	    $('a.Ls2').mouseover(function () {
	        $('ul.Lsub3').hide('fast'); $('a.Ls3').removeAttr('style');
	        $('ul.Lsub1').hide('fast'); $('a.Ls1').removeAttr('style');
	        $('a.Ls2').css('backgroundColor', '#5e5340'); $('ul.Lsub2').slideDown('fast');
	    });
	    $('a.Ls3').mouseover(function () {
	        $('ul.Lsub1').hide('fast'); $('a.Ls1').removeAttr('style');
	        $('ul.Lsub2').hide('fast'); $('a.Ls2').removeAttr('style');
	        $('a.Ls3').css('backgroundColor', '#5e5340'); $('ul.Lsub3').slideDown('fast');
	    });

	    $(this).parent().hover(function () {
	    }, function () {
	        $(this).parent().find("ul.mLocacaoAbre").slideUp('slow');
	        $('.menu ul a.mLocacao').removeClass('atv');
	        $('ul.Lsub1').slideUp('slow'); $('a.Ls1').removeAttr('style');
	        $('ul.Lsub2').slideUp('slow'); $('a.Ls2').removeAttr('style');
	        $('ul.Lsub3').slideUp('slow'); $('a.Ls3').removeAttr('style');
	    });
	});

	$(".menu ul a.mTerrenos").mouseover(function () {
	    $('.menu ul a.mTerrenos').addClass('atv');
	    $('ul.mTerrenosAbre').slideDown('fast');

	    $('a.Ts1').mouseover(function () {
	        $('ul.Tsub3').hide('fast'); $('a.Ts3').removeAttr('style');
	        $('ul.Tsub2').hide('fast'); $('a.Ts2').removeAttr('style');
	        $('a.Ts1').css('backgroundColor', '#5e5340'); $('ul.Tsub1').slideDown('fast');
	    });
	    $('a.Ts2').mouseover(function () {
	        $('ul.Tsub3').hide('fast'); $('a.Ts3').removeAttr('style');
	        $('ul.Tsub1').hide('fast'); $('a.Ts1').removeAttr('style');
	        $('a.Ts2').css('backgroundColor', '#5e5340'); $('ul.Tsub2').slideDown('fast');
	    });
	    $('a.Ts3').mouseover(function () {
	        $('ul.Tsub1').hide('fast'); $('a.Ts1').removeAttr('style');
	        $('ul.Tsub2').hide('fast'); $('a.Ts2').removeAttr('style');
	        $('a.Ts3').css('backgroundColor', '#5e5340'); $('ul.Tsub3').slideDown('fast');
	    });

	    $(this).parent().hover(function () {
	    }, function () {
	        $(this).parent().find("ul.mTerrenosAbre").slideUp('slow');
	        $('.menu ul a.mTerrenos').removeClass('atv');
	        $('ul.Tsub1').slideUp('slow'); $('a.Ts1').removeAttr('style');
	        $('ul.Tsub2').slideUp('slow'); $('a.Ts2').removeAttr('style');
	        $('ul.Tsub3').slideUp('slow'); $('a.Ts3').removeAttr('style');
	    });
	});


});
