

.bread {
	visibility:hidden; /* ficara visivel apos js */
	display: block;
	margin: 0 0 20px;
	width: 100%;
	min-height: 21px;
	float:left;
	font-size:12px;
}

	.bread_home a,
	.bread_atual a,
	.bread_meio a,
	#content .bread_home a,
	#content .bread_meio a,
	#content .bread_atual a {
		color:#fff;
		text-decoration:none;
		font-size:12px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

.bread_home{
	float:left;
	background-color:#ab0000;
	height:18px;
	padding:3px 4px 0 12px;
}

.bread_meio {
	background-color:#9b96a3;
	height:18px;
	padding:3px 4px 0 0;
	color:#fff;
	float:left;
}

.bread_atual{
	float:left;
	
	background-color:#F0F1F3;
	height:18px;
	padding:3px 4px 0 0;
	color:#555;
}

.bread_homeEnd {
	float:left;
	height:21px;
	width:20px;
	background:url(/export/system/modules/br.gov.almg.site.portal/resources/img/breadcrumb/bread_bg1.gif) 0 0 no-repeat;
}
	.bread_homeEnd2 {
		float:left;
		height:21px;
		width:20px;
		background:url(/export/system/modules/br.gov.almg.site.portal/resources/img/breadcrumb/bread_bg1b.gif) 0 0 no-repeat;
	}

.bread_meioEnd {
	background:url(/export/system/modules/br.gov.almg.site.portal/resources/img/breadcrumb/bread_bg2.gif) 0 0 no-repeat;
	height:21px;
	width:20px;
	float:left;
}
	.bread_meioEnd2 {
		background:url(/export/system/modules/br.gov.almg.site.portal/resources/img/breadcrumb/bread_bg2b.gif) 0 0 no-repeat;
		height:21px;
		width:20px;
		float:left;
	}

.bread_atualEnd {
	background:url(/export/system/modules/br.gov.almg.site.portal/resources/img/breadcrumb/bread_bg3.gif) 0 0 no-repeat;
	height:21px;
	width:13px;
	float:left;
}
