.B_crumbBox {
    padding:20px 0;
    display:inline; }

.B_crumbBox a:link {
text-decoration: none;
	color: #76828a;
}


.B_firstCrumb {

float: left;
list-style-image:none;
}


.B_crumb {
float: left;
list-style-image:none;
margin: 0 4px;
}

#way > ul > li> a > span:hover { text-decoration:underline; }


.B_crumb a:before {
content:  ' > ';
color: #888;
  margin:   0 2px;
}

.B_lastCrumb {
float: left;
list-style-image:none;
}

.B_currentCrumb:before {
content:  ' > ';
  margin:   0 6px;
}

.B_currentCrumb {
color: #627486;

float: left;
list-style-image:none;
}

.B_homeCrumb {
    cursor:pointer;cursor:hand;
	background-image: url(img/png/crumble_home.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
float: left;
list-style-image:none;
       width: 12px;
    height: 15px;
    margin-top: 5px;
    margin-right: 5px;
}