#breadcrumb {
    background: linear-gradient(#5C5C5C, #494949) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    float: left;
    padding: 0 0 4px 0px;
    text-align: left;
    width: 100%;
		height: 20px;
		line-height: 20px;
}

#private #breadcrumb_cover {
    height: 24px;
    width: 100%;

}

.fixed_bresadcrumb{
    position:fixed;
    top: 40px;
    z-index: 1;
}

#breadcrumb a:first-child{
    margin-left: 10px;
}

#breadcrumb_cover{
    height: 24px;
    width: 100%;
}

#breadcrumb.fixed {
    top: 80px;
}

#breadcrumb img {
    height: 10px;
    padding-right: 5px;
    position: relative;
    top: 1px;
}

#breadcrumb a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight:	normal;
    text-decoration: none;
}
