﻿.breadcrumb{
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent url(Imgs/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; 
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}
.breadcrumbNode
{
	padding: 5px 0px 0px 7px;
	border-width: 1px;
	border-color: #000066;
	color: #5D7B9D;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	border-bottom-style: dotted;
}

.breadcrumbNode a#root,.breadcrumbNode#root
{
	font-weight: bold;
	color: #5D7B9D;
}
.breadcrumbNode a
{
	font-weight: bold;
	color: #7C6F57;
}
.breadcrumbNode.breadcrumbCurrent, .breadcrumbNode a.breadcrumbCurrent
{
	font-weight: bold;
	color: #151515;
	font-size: 12px;
}
.breadcrumbCurrentLabel
{
	padding: 1px 5px 1px 5px;
	font-weight: bold;
	font-size: 13px;
	color: #4B4B4B;
}