/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module {
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module {
	min-height: 1%;
}



/* Breadcrumb Styles
 ---------------------------------------------------------------------*/

.breadCrumb {
	padding: 1px;
	border-bottom: solid 1px #dedede;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:98%;
	font-family: "Times New Roman", Times, serif;
}
.breadCrumb ul {
	display: block;
	overflow: hidden;
}
.breadCrumb ul li {
	font-size: 0.8em;
	background: url(../images/Chevron.gif) no-repeat 100% 0;
	margin: 0px 1px 0px 0;
	padding: 0px 10px 0px 0;
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
}
.breadCrumb ul li div.chevronOverlay {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.breadCrumb ul li span {
	display: block;
	overflow: hidden;
}
.breadCrumb ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
}
.breadCrumb ul li a:hover {
	color: #666;
}
.breadCrumb ul li.first a {
	height: 16px !important;
	width:16px;
	margin-top: 2px;
	background:url(../images/IconHome.gif) no-repeat 0 0;
	text-indent:-1000em;
	overflow: hidden;
}
.breadCrumb ul li.first a:hover {
	background-position: 0 -16px;
}
.breadCrumb ul li.last {
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay {
	display: none;
	background: url(../images/ChevronOverlay.png) no-repeat 100% 0;
	width: 20px;
	height: 20px;
}


