﻿.breadcrumb 
{
	font-size: 12px;
	font-weight: bold;
	overflow: hidden; /* contain child floats */
}

.breadcrumb div 
{
	float: left;
	padding-bottom: 16px;
}

.breadcrumb a,
.breadcrumb a:hover
{
	color: #2C5295;
	text-decoration: none;
}

.breadcrumb .Breadcrumbitem_off a
{
	color: #444;
	font-weight: normal;
}
