
div.breadcrumbs span {
    /* background:url(/images/breadcrumb.png) no-repeat left center;
    overflow:hidden; */
    padding:0 10px 0 10px;
    width:0;
    filter:alpha(opacity=40); /* for IE */
    opacity:0.4;
    font-color: #e85d0c;
}
div.breadcrumbs {
    text-transform: lowercase;
    font-size: 9px;
    padding-bottom: 20px;
}

div.breadcrumbs a:hover {
    text-transform: lowercase;
	color: #e85d0c;
    font-size: 9px;
    border-bottom: 1px solid #e85d0c;
    font-weight: bold;
}

#Xbreadcrumbs {
	height: 16px;
    clear: all;
    padding: 0px;
    margin: 0px;
}

#Xbreadcrumbs a {
	color: #1865c3;
    border-bottom: 3px solid white;
}

#Xbreadcrumbs a:hover {
	color: #e85d0c;
    border-bottom: 1px solid #e85d0c;
    font-weight: bold;
}

