/*--------------------------------------------------------------------
	Breadcrumbs
---------------------------------------------------------------------- */

#breadcrumbs 		{	float: left; background-color: #EDE8E4; height: 30px; width: 795px; margin: 0; padding: 0; 
						font-family: Arial; font-size: 75%; font-weight: bold; color: #4e4b27; 	}
#breadcrumbs a		{	text-decoration: none; color: #4b4b4b; font-weight: normal; border-bottom: none; }
#breadcrumbs a:hover	{ color: #0078b3; background-color: transparent; }
.B_currentCrumb		{	font-weight: normal; color: /* #c5134a; */ black; font-weight: bold;	}
.B_crumbBox			{	display: block; margin: 8px 10px 0 10px; text-align: left;	}
