/* BREADCRUMBS */
#breadcrumbs {
	font-size: 12px;
	width: 90%;
	line-height: 18px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	background-image: url(../Library/img/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	text-indent: 15px;
}
#breadcrumbs h1 {
	font-size: 12px;
	font-weight: normal;
	color: #6E9B33;
	line-height: 11px;
}
#breadcrumbs a:link {
	color: #999;
	text-decoration: none;
}
#breadcrumbs a:visited {
	color: #999;
	text-decoration: none;
}
#breadcrumbs a:hover { color: #F37020; border-bottom: 1px dotted #D3D3D3; }

