div.breadcrumbsContainer{
	top:0px;
	left:250px;
	right:10px;
	height:18px;
	padding-top:0px;
	z-index:30;
	font-size:13px;
	color:lightgray;
}
.breadcrumbsContainer div{
	vertical-align:middle;
	height:18px;
	float:left;
}
div.bc_home{
	background:transparent url('/images/commercial/toolbar/icon_home.gif') no-repeat 0 0;
	padding-left:16px;
   cursor:pointer;
}
div.bc_home:hover{
	background-position: 0 -16px;
   color:white;
}
div.bc_separator{
	width:5px;
	margin-left:3px;
	margin-right:3px;
	background:transparent url('/images/commercial/toolbar/chevron2.gif') no-repeat 0 0;
	float:left;
}
div.bc_canhide{
	color:orange;
	padding-left:4px;
	overflow:hidden;
	/*width:0px;*/
}
div.bc_crumb{
	cursor:pointer;
}
div.bc_crumb:hover{
   color:white;
}
