﻿#page_nav .CrumBar {
	margin: 0px 0px 0px 0px;
}

#page_nav .CrumBar .title {
	width: 229px;
	height: 20px;
	font-family: Gill Sans MT, Arial, Verdana;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
	color: #FFFFFF;
	
	padding: 7px 0px 0px 0px;
	
	background-color: #525252;
}

#page_nav .CrumBar .title img {
	margin: 0px 25px 0px 7px;
}

.CrumBarSelector span a {
	display: block;
	width: 174px;
	height: 11px;
	
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	color: #000000;
	
	padding: 11px 55px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	background-image: url(Images/nav_dot_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	
}

.CrumBarSelector span.active {
	visibility: hidden;
	font-size: 0.1px;
	height: 0px;
	display: block;
}

.CrumBarSelector span a:hover {
	color: #d00000;
	border-left: 2px solid #525252;
	width: 172px;
}