/* --- component Nav Breadcrumb CSS --- */

a.breadcrumb:link,
a.breadcrumb:visited
{
	display: block;
	float: left;
	color: #33338F;
	font-weight: bold;
	text-decoration: none;
}

a.breadcrumb:hover
{
	text-decoration: underline;
}

.breadcrumb_arrow
{
	float: left;
	padding: 0px 3px 0px 2px;
	color: #33338F;
	font-size: 10px;
	font-weight: bold;
}

a.breadcrumb_current:link,
a.breadcrumb_current:visited
{
	display: block;
	float: left;
	color: #2970C7;
	font-weight: bold;
	text-decoration: none;
}

a.breadcrumb_current:hover
{
	text-decoration: underline;
}