#breadcrumb {
    position: relative;
    margin-left:10px;
    padding: 0px 0px 0px 10px;
    background: url("../images/headerbg.gif") repeat scroll;
    color: #000;
    min-height: 15px;
    width: 97.8%;
}

#breadcrumb a{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #68A679;
    font-weight: bold;
    text-align: center;
    height: 18px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    //background: url(../images/meio.png) repeat center;
}

#breadcrumb div{
    display: inline-block;
    height: 20px;
    line-height: 18px;
    width: 100%;
    color: #68A679;
    list-style: none outside none;
    text-align: center;
    margin:0px 0px 0px 0px;
}

#breadcrumb div.direita {
    //background: url(../images/direita.png) no-repeat right;margin-top: 0px;

}

/*#breadcrumb div.direita: hover a{
        color:#000;
}*/

#breadcrumb div.esquerda {
    //background: url(../images/esquerda.png) no-repeat left;
}

#breadcrumb li{
    display: inline-block;
    margin:0px 5px 0px 0px;
}
