/* Float Clearing
 ---------------------------------------------------------------------*/
 .crumb-module:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* float clearing for IE6 */
* html .crumb-module{height: 1%;	overflow: visible;}
/* float clearing for IE7 */
* + html .crumb-module{min-height: 1%;}

/* ---- crumb styles ----- */
#crumb-bar-container {
	width:673px;
	height:28px;
	background:url('images/crumbs-bg.gif') no-repeat 0 0;
	font-size:8pt;
	position:relative;
	margin-bottom:10px;
	
}
#bread-crumbs a:hover {color:#000;}
#crumb-icon-area {
	position:absolute;
	right:20px;
	top:6px;
}
#crumb-icon-area a.crumb-icon {
	width:16px;
	height:16px;
	display:block;
	float:left;
}
#crumb-icon-area a.email {
	background:url('images/email_go.png') no-repeat 0 0;
	margin-right:10px;
}
#crumb-icon-area a.print{
	background:url('images/printer.png') no-repeat 0 0;
}
/* jquery crumb styles */
.crumb-container {
	float: left;
	display: block;
	height: 18px;
	overflow: hidden;
	width: 590px;
	padding:5px;		
}
.crumb-container  ul{
	height: 18px;
	display: block;
}
.crumb-container  ul li {
	display: block;
	float: left;
	position: relative;
	height: 18px;
	overflow: hidden;
	line-height: 18px;
	margin: 0 6px 0 0;
	padding: 0 10px 0 0;
	font-size: .9167em;
	background: url('images/Chevron.png') no-repeat 100% -4px;
}
.crumb-container  ul li div.chevronOverlay{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.crumb-container  ul li span{
	display: block;
	overflow: hidden;
}
.crumb-container  ul li a{
	display: block;
	position: relative;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	float: left;
}
.crumb-container  ul li.first a{
	height: 16pax !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background: url('images/IconHome.gif') no-repeat 0 0;
}
.crumb-container  ul li.first a:hover{	background-position: 0 -16px;}
.crumb-container  ul li.last{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay {
	display: none;
	background: transparent url('images/ChevronOverlay.png') no-repeat 100% -4px;
	width: 20px;
	height: 18px;
}
