#breadcrumb {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 0;
}
#breadcrumb li {
    float: left;
    margin-bottom: 14px;
}
#breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
    border: none;
}
#breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
    border: none;
}
#breadcrumb li .active {
    background-color: silver;
    cursor: not-allowed;
}
#breadcrumb li .active:before {
    border-color: silver;
    border-left-color: transparent;
    cursor: not-allowed;
}
