/* --- component Nav Breadcrumb CSS --- */

a.breadcrumb:link,
a.breadcrumb:visited
{
	display: block;
	float: left;
	border-bottom: 2px solid transparent;
	padding: 0 2px 1px 2px;
	color: #9f595f;
	font-weight: bold;
	text-decoration: none;
}

a.breadcrumb:hover
{
	color: #476B8F;
}

.breadcrumb_arrow
{
	float: left;
	padding: 1px 2px;
	color: #bf9ba3;
	font-size: 10px;
	font-weight: bold;
}

a.breadcrumb_current:link,
a.breadcrumb_current:visited
{
	display: block;
	float: left;
	padding: 0 2px 1px 2px;
	color: #85A4B9;
	font-weight: bold;
	text-decoration: none;
}

a.breadcrumb_current:hover
{
	color: #476B8F;
}