#breadcrumbs {
	width:775px;
	margin:0px auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DEB869;
	text-align: left;
	font-family: Tahoma, Lucida Grande, "Arial Black", sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	padding-top: 2px;
	height: 25px;
}

#breadcrumbs ul {
	padding: 0px;
	margin: 0px;
}

#breadcrumbs li {
	display: inline;
	background-image: url("/images/arrowright.gif");
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-right: 3px;
}

#breadcrumbs ul li a {
	color: #638D9A;
	text-decoration: none;
}

#breadcrumbs ul li.first {
	background-image: none;
	padding-left: 0px;
}

#breadcrumbs ul li.current {
	color: #163161;
	font-weight: bold;
}

