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