div.breadcrumbs {
	overflow:hidden;
	margin:0;
	padding:0;
	height:18px;
	line-height:18px;
	width:808px;
	/*-- sample only --*/
	color:#888888;
	border:0px solid #eee;
	position:absolute;
	top:235px;
	font-size:75%;
	left: 23px;
}
div.breadcrumbs a, div.breadcrumbs em, div.breadcrumbs span {
	float:left;
	overflow:hidden;
	height:18px;
	padding:0 8px;
	font-style:normal;
}
div.breadcrumbs span {
	background:url(../image/bg-breadcrumb.png) no-repeat left center;
	overflow:hidden;
	padding:0 0 0 10px;
	width:0px;
	filter:alpha(opacity=40);
	opacity:0.4;
}
