#breadcrumb {
	font-family:Union, Lucida Grande, Lucida Sans Unicode, Arial Black, Helvetica;
	border:1px solid #1A395F; 
	border-top:0px;
	margin:10px 0;
	margin-top:0px;
	color:#898989;
	font-size:1em;
	display: block;
	line-height:36px;
	margin:0px;
	font-weight:bold;
	vertical-align:top;
	padding-left:10px;
}

#breadcrumb em {
	color:#00186F;
	font-style:normal;
	line-height:36px;
	display:inline-block;
}

#breadcrumb a {
	color:#898989;
	text-decoration:none;
	font-weight:normal;
	line-height:36px;
	display:inline-block;
	padding-right:20px;
	margin-right:5px;
	background:url(../images/breadcrumb-chevron.gif) center right no-repeat;
	vertical-align:top;
}

#breadcrumb a:hover {
	color: black;
}

#breadcrumb a#homebc {
	width:20px;
	line-height:36px;
	text-indent:-9999em;
	overflow:hidden;
	display:inline-block;
	background-image: url(../images/breadcrumb-home.png);
	background-repeat:no-repeat;
	background-position:center;
}

#breadcrumb a#homebc:hover {
	background-image: url(../images/breadcrumb-home-over.png);
}

#breadcrumb a#homebc {
	display:block;
	float:left;
}

#breadcrumb.empty {
	border-bottom:0px;
}
