h2#bread_title{
	font-size: 0.9em;
	font-weight: normal;
	display: inline;
}

#bread {
	display: inline;
	padding: 3px 3px 10px 3px;
	margin: 0 0 0 0;
	width: auto !important;
	}

#bread ul {
	background: #000000;
	color: #FFFFFF;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
} 

#bread ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding-left: 2px;
}

#bread ul li a {
	background: transparent;	
	border: none;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 0;
	text-decoration: none;
}

#bread ul li a:hover {
	background: #000000;
	color: #FFFFFF;
	text-decoration: underline;
}

.breadcrumb_container{
	clear: both;
	padding: 5px 0 5px 0;
}