.titulo_categoria_inativo{
border-bottom: none;
border-top: none;
border-left: none;
border-right: none;
height: 20px;
}
.titulo_categoria_ativo{
border-bottom: none;
border-top: none;
border-left: none;
border-right: none;

height: 20px;
}
.link_categoria_ativo{
color: #999999;
text-decoration: none;
}
.link_categoria_ativo:hover{
color: #999999;
}
}
.link_categoria_inativo{
color: black;
text-decoration: none;
}
.link_categoria_inativo:hover{
color: 999999;
}
