.titulo_categoria_inativo{

border-bottom: none;
border-top: none;
border-left: none;
border-right: none;
height: 20px;
	background-image: url(../imagens/Sub_Menu.jpg);
	background-attachment: fixed;
	background-position: right;
	background-repeat: no-repeat;
}
.titulo_categoria_ativo{
	background-image: url(../imagens/Sub_Menu.jpg);
	background-attachment: fixed;
	background-position: right;
	background-repeat: no-repeat;
border-bottom: none;
border-top: none;
border-left: none;
border-right: none;
font-weight: bold;
height: 20px;
}
.link_categoria_ativo{
color: crimson;
text-decoration: none;
}
.link_categoria_ativo:hover{
color: Crimson;
}
}
.link_categoria_inativo{
color: black;
text-decoration: none;
}
.link_categoria_inativo:hover{
color: Crimson;
}