div#breadcrumb a {
	color: #666;
	text-decoration: none;
	padding-right: 20px;
	background: url(../images/breadcrumb.png) no-repeat center right
}

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

div#breadcrumb span {
	display: none
}

div#breadcrumb em {
	color: #39c;
	font-style: normal
}