/* --- component Nav Breadcrumb CSS --- */

a.breadcrumb:link,
a.breadcrumb:visited
{
	display: block;
	float: left;
	color: #bf0000;
	font-weight: bold;
	text-decoration: none;
}

a.breadcrumb:hover
{
	color: #9f0909;
}

.breadcrumb_arrow
{
	float: left;
	padding: 0px 3px 0px 2px;
	color: #cfcfcf;
	font-size: 10px;
	font-weight: bold;
}

a.breadcrumb_current:link,
a.breadcrumb_current:visited
{
	display: block;
	float: left;
	color: #efefef;
	font-weight: bold;
	text-decoration: none;
}

a.breadcrumb_current:hover
{
	color: #bfbfbf;
}