/* breadcrumbs */
#breadcrumbs{
	margin-bottom: 8px;
	padding: 6px 6px 0px;
	font-size: 10px;
	width: 968px;
	height: 19px;
	background: #FFEBC1;
	border-bottom: 2px solid #FDBF3B;
	text-align: left;
}
#breadcrumbs a{
	text-decoration: none;
	font-weight: bold;
	color: #4a4a4a;
}
#breadcrumbs a:hover{
	text-decoration: underline;
}
