
/*breadcrumbs*/
	
#breadcrumbwrap {
	padding: 0 0 0 25px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(/blog/images/red/h3-bg-hilite.gif) no-repeat left center #00B0DB;
	margin: 0 5px 10px 0;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	height: 30px;
}

#breadcrumb {
	padding: 0;
	display: block;
	float: left;
	width: 100%;
	background: url(/blog/images/red/h3-bg-hilite.gif) no-repeat right center;
	margin: 0;
	height: 30px;
}

#breadcrumb div.innerpad {
	padding-top: 7px;
	line-height: normal;
}

#breadcrumb strong {
	margin-right: 5px;
}

#breadcrumb a {
	color: #FFFFFF;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumb img {
	margin: 1px 5px;
}