#categoriasColuna{
    margin-bottom: 20px;
}

.categorias{
    padding: 8px 0 0 18px;
    height: 26px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    text-decoration: none;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
}
.categorias:hover{
    background-image: url("../imagens/marker_preto.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: #ad5f00;
}

.categoriasAtivo{
    padding: 8px 0 0 18px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #ad5f00;
    text-align: left;
    text-decoration: none;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
    background-image: url("../imagens/marker_preto.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.subCategorias{
    margin-bottom: 20px;
    text-align: left;
}
.subCategorias ul{
    list-style:none; 
    margin: 0;
    padding: 0;
    text-align: left;
}
.subCategorias ul li{
    padding: 0 0 0 35px;
}
.subCategorias ul li a{
    font-size: 12px;
    color: #000000;
    line-height: 20px;
    text-decoration: none;
}
.subCategorias ul li:hover{
    background-image: url("../imagens/marker_preto.png");
    background-repeat: no-repeat;
    background-position: 18px 5px;
}
.subCategorias ul li a:hover{
    color: #ad5f00;
}

.subCategoriasAtivo{
    color: #ad5f00;
    font-weight: bold;
}
