.titulo_categoria_inativo{
background-color: #f7f7f7;
height: 20px;
}
.titulo_categoria_ativo{
background-color: #ffffff;
border-bottom: none;
border-top: none;
border-left: none;
border-right: none;
font-weight: bold;
height: 20px;
}
.link_categoria_ativo{
color: #4db84d;
text-decoration: none;
}
.link_categoria_ativo:hover{
color: #FFA814;
}
}
.link_categoria_inativo{
color: #808080;
text-decoration: none;
}
.link_categoria_inativo:hover{
color: #4db84d;
}
