.breadcrumb {
	background: transparent url(../images/breadcrumb/breadcrumb.png) no-repeat 5px center;
	padding: 10px 10px 10px 19px;
	color: #333333;
	float: right;
	font-size: 11px;
}

.breadcrumb a {
	background: transparent url(../images/breadcrumb/freccetta.png) no-repeat center right;
	text-decoration: none;
	font-weight: bold;
	padding-right: 14px; /*adjust bullet image padding*/
	color: #333333;
}

.breadcrumb a:visited, .breadcrumb a:active {
	color: #333333;
}

.breadcrumb a:hover {
	text-decoration: underline;
}