div#breadcrumb {
	font-size: 85%;
	color: #72a22d;
}

div#breadcrumb a {
	text-decoration: none;
	color: black;
	background-image: url(../images/listitem2.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	margin-right: 7px;
}

div#breadcrumb a.active {
	color: #72a22d;
	font-weight: bold;
}