#breadcrumbs {
	clear: both;
	margin: 12px 20px;
	font-size: 11px;
	color: #444;
	background: url(../images/breadcrumb_bg.png) no-repeat;
	overflow: hidden; 
	height: 36px; 
	line-height: 34px; 
	font-weight: bold; 
	text-shadow: 2px 2px 1px #fff;
}

#breadcrumbs a { 
	color: #444; 
	text-decoration: none; 
	float: left; 
	padding: 0 10px; 
	position: relative; 
	margin-left: -10px; 
	_cursor: hand; 
}

#breadcrumbs a:hover { 
	color: #204488; 
	text-decoration: none !important; 
}

#breadcrumbs a.home { 
	margin: 0; 
	width: 15px; 
	height: 0; 
	padding-top: 36px; 
	overflow: hidden;
}

#breadcrumbs a.home:hover {
	background: url(../images/home_over.png) no-repeat 10px 11px;
}

#breadcrumbs span { 
	float: left; 
	width: 9px; 
	margin: 0 10px 0 0; 
	position: relative; 
	height: 0; 
	padding-top: 34px; 
	margin-top: 1px; 
	overflow: hidden; 
	behavior: url(../scripts/iefix/iepngfix.htc);
	background: url(../images/breadcrumb_sep.png) no-repeat;
}
