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