/*Span that surrounds all crumb output*/
.B_crumbBox {
	
}

/*Span surrounding the "..." if there are more crumbs than will be shown*/
.B_hideCrumb {
	
}

/*Span or A tag surrounding the current crumb*/
.B_currentCrumb {

}

/*Span that always surrounds the first crumb, whether it is "home" or not*/
.B_firstCrumb {
	
}

/*Span surrounding last crumb, whether it is the current page or not*/
.B_lastCrumb {

}

/*Class given to each A tag surrounding the intermediate crumbs (not home, or hide)*/
.B_crumb {

}

/*Class given to the home crumb */
.B_homeCrumb {
	margin-left: 15px;
}

