﻿/* --------------------------- BREADCRUMBS */
#breadcrumbs {
	background: #E2E2D6;
	margin: -8px 0 2px 0px;
	text-align: left;
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}
#breadcrumbs ul li {
	float: left;
	font: normal 11px/1.8em 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background: url('/Common//images/breadcrumbs_arrow.gif') no-repeat right 50%;
	padding: 0 10px;
	line-height: 155%;
}
#breadcrumbs ul li a {
	color: #2F515F;
	text-decoration: none;
}
#breadcrumbs ul li a:hover {
	text-decoration: underline;
}
#breadcrumbs ul li.active {
	color: #000;
	background: none;
}