.breadcrumbs{
	font-size: 12px;
	color: #a0a0a0;
	float: left;
}
.breadcrumbs a.last {color: #a0a0a0;}
.breadcrumbs a {color: #000; text-decoration :none;}
.breadcrumbs span.arrow{
	background: url("images/arrow.png") center center no-repeat;
	display: inline-block;
	width: 9px;
	height: 5px;
	margin: 0px 5px;
}
.breadcrumbs .linestyle:last-child a {
	background: none;
}
.breadcrumbs .linestyle {
    display: inline;
}
