


/* bread-crumb styles */
div#bread-crumbs {
	width: 92%;
	font-size: 11px;
	line-height: 1.7em;
	text-align: left;
	color: #666666;
}

a.breadcrumb-links:link, a.breadcrumb-links:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

a.breadcrumb-links:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

a.breadcrumb-links:active {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

div#bread-crumbs span {
	color: #006699;
}

a.breadcrumb-destination:link, a.breadcrumb-destination:visited {
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}

a.breadcrumb-destination:hover {
	color: #006699;
	text-decoration: underline;
	font-weight: normal;
}

a.breadcrumb-destination:active {
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}