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