.titulo_categoria_inativo{
background-image:url(../imagens/fundo_boxazul.gif);
border-bottom: none;
border-top: none;
border-left: none;
border-right: none;
height: 20px;
}
.titulo_categoria_ativo{
background-color: #CEECFB;
border-bottom: none;
border-top: none;
border-left: none;
border-right: none;
font-weight: bold;
height: 20px;
font-size:11px;
}
.link_categoria_ativo{
color: crimson;
text-decoration: none;
font-size:11px;
}

.link_categoria_ativo:hover{
color: Crimson;
}
}
.link_categoria_inativo{
color: #373737;
text-decoration: none;
font-size:11px;
}
.link_categoria_inativo:hover{
color: Crimson;
}
