/* Menu Breadcrumbs por jmz */
div.breadcrumbs {
	overflow:hidden;
	margin:0;
	padding:0;
	height:30px;
	line-height:30px;

	/*-- sample only --*/
	color:#888888;
	border:0px solid #eee;
	margin-bottom:5px;
	padding-top:5px;
	font-weight: bold;
	font-size:10px;
}
div.breadcrumbs a, div.breadcrumbs em, div.breadcrumbs span {
	float:left;
	overflow:hidden;
	height:30px;
	padding:0 3px;
	font-style:normal;
}
div.breadcrumbs span {
	background-image:url(../images/bg-breadcrumb.png);
	background-repeat:no-repeat;
	overflow:hidden;
	width:6px;
	filter:alpha(opacity=40);
	opacity:0.4;
}
