.titulo_categoria_inativo{
	background: url(../imagens/menus/bgmenunormal_azul.gif) no-repeat;
	border-bottom: 1px solid #7f9bbd;
	padding: 2px 0 2px 14px;
}
.titulo_categoria_inativo a {
	color: #174176;
	text-decoration: none;
}
.titulo_categoria_ativo {
	background: url(../imagens/menus/bgmenusel_azul.gif) no-repeat;
	border-bottom: 1px solid #7f9bbd;
	padding: 2px 0 2px 14px;
}
.titulo_categoria_ativo a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}