#breadcrumbs {
	position: relative;
	padding-left: 37px; /* space for the abs-positioned home link */
	width: 721px;
	height: 19px;
	background-image: url(/aad/global-images/layout/breadcrumb-bar-bg.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ffffff;
	clear: both;
	font-size: 10px;
}

body.col-1-open #breadcrumbs {
	border-bottom: 1px solid #eae7da;
}

#breadcrumbs a {
	display: block;
	float: left;
	height: 16px;
	padding: 3px 18px 0px 0px;
	background-image: url(/aad/global-images/layout/breadcrumb-arrow-bg.gif);
	background-position: 100% 0px;
	background-repeat: no-repeat;
}

#breadcrumbs a:hover {
	color: #CC0000;
}

.breadcrumbsLastItem {
	display: block;
	float: left;
	height: 16px;
	padding: 3px 18px 0px 0px;
	background-image: url(/aad/global-images/layout/breadcrumb-bar-bg.gif);
	background-repeat: repeat-x;
}

#breadcrumbs a.breadcrumbsHomeLink {
	/* Thanks to Seamus Leahy for the sweet Image Replacement Method (http://www.moronicbajebus.com/playground/cssplay/image-replacement/) */
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	/*Size of the image*/ 
	padding-top: 19px; 
	width: 37px; 
	/*The image*/ 
	background-image: url(/aad/global-images/layout/breadcrumb-home-link-bg.gif); 
	background-repeat: no-repeat; 
	/*Hide the text*/ 
	overflow: hidden; 
	/* WIN IE5 hack */ 
	height: 19px; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 0;
}

