a.breadcrumb {
    color: #ccc;
    text-decoration: none;
}

a.breadcrumb:visited {
    color: #ccc;
    text-decoration: none;
}

div.breadcrumb {
    background: #333;
    color: #ccc;
    display: block;
    float: left;
    margin: 0;
    padding-left: 12px;
    padding-top: 7px;
    text-decoration: none;
/*    font-weight:bold;*/
    font-size: small;
    width: 50%;
    height: 17px;
}
