/* ===========================================
   breadcrumb trail */

.nav .breadcrumb{
    font-size:      60%;
    line-height:    1.5em;
    padding-top:    2px;
    padding-bottom: 2px;
}

.nav .breadcrumb a{
    color:              #666666;
    text-decoration:    none;
    margin-right:       5px;
}

.nav .breadcrumb a:hover{
    color:  #333333;
}

.nav .breadcrumb a.selected{
    color:  #333333;
}

.nav .breadcrumb .arrow{
    margin-right:   5px;
}