#breadcrumbs {
	background-color: #000000;
	left: 0px;
	top: 150px;
	position: absolute;
	padding-left: 10px;
	width: auto;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 25;
}
#breadcrumbs a:visited {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000000;
}
#breadcrumbs a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
}
#breadcrumbs a:link {
	font-weight: bold;
	color: #CCCCCC;
	background-color: #000000;
	text-decoration: none;
}
/* styles for minimal header below */
#breadcrumbs_b {
	background-color: #000000;
	left: 0px;
	top: 102px;
	position: absolute;
	padding-left: 10px;
	width: auto;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 25;
}
#breadcrumbs_b a:visited {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000000;
}
#breadcrumbs_b a:hover {

	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
}
#breadcrumbs_b a:link {
	font-weight: bold;
	color: #CCCCCC;
	background-color: #000000;
	text-decoration: none;
}
/* styles for breadcrumbs use with page template basicsmlhdr below (small header) */
#breadcrumbs_smlhdr {
	background-color: #000000;
	left: 0px;
	top: 0px;
	position: absolute;
	padding-left: 10px;
	width: auto;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 25;
	height: 20px;
	overflow: hidden;
	visibility: visible;
}
#breadcrumbs_smlhdr a:visited {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000000;
}
#breadcrumbs_smlhdr a:hover {

	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
}
#breadcrumbs_smlhdr a:link {
	font-weight: bold;
	color: #CCCCCC;
	background-color: #000000;
	text-decoration: none;
}
