div#breadcrumb {
	font-size: 86%;
	color: #ffffff;
}

div#breadcrumb a {
	display: inline;
	width: auto;
	height: 20px;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	color: #cfcb49;
	line-height: 142%;
}

div#breadcrumb a.active {
	background-color: white;
	color: black;
	text-decoration: none;
}

div#breadcrumb a:hover {
	background-color: white;
	color: black;
	text-decoration: none;
}

div#breadcrumb span {
	width: 20px;
	height: 20px;
	color: #ffffff;
	display: inline;
	line-height: 121%;
	font-size: 86%;
}


