.titulo_subcategoria_inativo{
background-color: whitesmoke;
border-bottom: none;
border-top: none;
border-left: none;
border-right: none;
height: 20px;
}
.titulo_subcategoria_ativo{
background-color: whitesmoke;
border-bottom: none;
border-top: none;
border-left: none;
border-right: none;
font-weight: bold;
height: 20px;
}
.link_subcategoria_ativo{
color: black;
text-decoration: none;
}
.link_subcategoria_ativo:hover{
color: black;
}.link_subcategoria_inativo{
color: black;
text-decoration: none;
}
.link_subcategoria_inativo:hover{
color: silver;
}