
/********************************************
* Mercado Style
********************************************/

/*********************************
* Títulos
*********************************/

#hdr-mercado, 
#hdr-notas, 
#hdr-protesto, 
#hdr-civil,
#hdr-titulos,
#hdr-distribuicao,
#hdr-relacionados,
#hdr-imoveis,
#hdr-contato,
#hdr-solicite  {
    height: 20px;
    text-indent: -9999px;
    margin-bottom: 5px;
}

#hdr-mercado {
    background: url(../images/hdr_mercado.gif) top left no-repeat;
}

#hdr-notas {
    background: url(../images/hdr_notas.gif) top left no-repeat;
}

#hdr-protesto {
    background: url(../images/hdr_protesto.gif) top left no-repeat;
}

#hdr-civil {
    background: url(../images/hdr_civil.gif) top left no-repeat;
	
}
#hdr-imoveis {
    background: url(../images/hdr_imoveis.gif) top left no-repeat;	
	
}

#hdr-titulos {
    background: url(../images/hdr_titulos.gif) top left no-repeat;	
	
}
#hdr-distribuicao {
    background: url(../images/hdr_distribuicao.gif) top left no-repeat;	
	
}
#hdr-relacionados {
    background: url(../images/hdr_relacionados.gif) top left no-repeat;	
	
}

#hdr-contato {
    background: url(../images/hdr_contato_rel.gif) top left no-repeat;	
	
}

#hdr-solicite {
    background: url(../images/hdr_solicite.gif) top left no-repeat;	
	
}

/*********************************
* SubMenu
*********************************/
#subnav a#mercado {
    background: url(../images/subnav_mercado.gif) top left no-repeat;
}
#subnav a#notas {
    background: url(../images/subnav_notas.gif) top left no-repeat;
}

#subnav a#protesto {
    background: url(../images/subnav_protesto.gif) top left no-repeat;
}

#subnav a#civil {
    background: url(../images/subnav_civil.gif) top left no-repeat;
}

#subnav a#imoveis {
    background: url(../images/subnav_imoveis.gif) top left no-repeat;
}

#subnav a#distribuidor {
    background: url(../images/subnav_distribuicao.gif) top left no-repeat;
}

#subnav a#titulos {
    background: url(../images/subnav_titulos.gif) top left no-repeat;
}
#subnav a#mercado:hover, body.mercado-on #subnav a#mercado {
    background: url(../images/subnav_mercado.gif) bottom left no-repeat;
}
#subnav a#notas:hover, body.notas-on #subnav a#notas {
    background: url(../images/subnav_notas.gif) bottom left no-repeat;
}

#subnav a#protesto:hover, body.protesto-on #subnav a#protesto {
    background: url(../images/subnav_protesto.gif) bottom left no-repeat;
}

#subnav a#civil:hover, body.civil-on #subnav a#civil {
    background: url(../images/subnav_civil.gif) bottom left no-repeat;
}

#subnav a#imoveis:hover, body.imoveis-on #subnav a#imoveis {
    background: url(../images/subnav_imoveis.gif) bottom left no-repeat;
}

#subnav a#distribuidor:hover, body.distribuidor-on #subnav a#distribuidor {
    background: url(../images/subnav_distribuicao.gif) bottom left no-repeat;
}

#subnav a#titulos:hover, body.titulos-on #subnav a#titulos {
    background: url(../images/subnav_titulos.gif) bottom left no-repeat;
}