.breadcrumb {
    //margin: 16px 0 0;
    height: 20px;
    line-height: 20px;	
}
.breadcrumb a.first_bc{
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}	
.breadcrumb a, .breadcrumb span.last_bc{
    float: left;
    color: #666;
    font-size: 11px;

    background: #f8f8f8 url('../images/grad_menu.png') top left repeat-x;

    text-shadow: 0 1px 0 rgba(256,256,256,0.8);

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;	

    line-height: 20px;
}

.breadcrumb a span{
    display: block;
    line-height: 20px;
    background:url('../images/breadcrumb_divider.png') center right no-repeat;
    padding: 0 20px 0 12px;
}
.breadcrumb a.last_bc span, .breadcrumb span.last_bc span{
    display: block;
    line-height: 20px;
    background:url('../images/breadcrumb_divider_last.png') center right no-repeat;
    padding: 0 20px 0 12px;
}

/* #Links
================================================== */
#body .breadcrumb a, #body .breadcrumb a:visited {
    color: #444; outline: 0; text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;			
}

#body .breadcrumb a:hover {
    color:#088cdd;
}
/*#body .breadcrumb a:hover, #body .breadcrumb a:focus { color: #0ad1e5; }*/

