div#crumbs0 {
	padding: 0px;
	width: 100%;
	background-color: #eee;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin: 0px;
	height: 24px;
	vertical-align: middle;
}
div#crumbs {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../img/crumbs_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	vertical-align: middle;
	color: #888888;
	height: 24px;
	clear: left;
	line-height: 24px;
}
div#crumbs ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}
div#crumbs li {
	margin: 0px;
	float: left;
	vertical-align: middle;
	height: 24px;
	font-size: 11px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 0.2em;
	padding-bottom: 0px;
	padding-left: 0.2em;
}
div#crumbs li a  {
	color: #888888;
	text-decoration: none;
}
div#crumbs li a:hover  {
	color: #555;
	text-decoration: none;
}
div#crumbs img {
	display: inline;
}
div#crumbs  span {
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
}
