#breadcrumb ul {
	position: relative;
	bottom: 0;
	margin: 0;
	padding-right: 20px;
	height: 47px;
	text-align: right;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top: none;
	background: url(../../images/breadcrumb/bc_bkg_darkgray.jpg) no-repeat 0 top;
	font-weight: normal;
	font-style: normal;
}


#breadcrumb a {
	display: -moz-inline-box;
	display: inline-block;
	background: url(../../images/breadcrumb/bcSep_darkgray.png) no-repeat right 23px;
	height: 47px;
	line-height: 47px;
	padding-right: 14px;
	text-decoration: none;
	padding-left: 6px;
	font-size: 12px;
	color: #272a2e;
	text-shadow: #575f62 0 1px 0;
	padding-top: 4px;
	font-weight: bold;
}

#breadcrumb a:hover {
	text-decoration: none;
	color: #111215;
	text-shadow: #575f62 0 1px 0;
}

#breadcrumb {
	position: relative;
}

#wrapper {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}