/* 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%;
}

/* breadCrumbCustom Styles
 ---------------------------------------------------------------------*/

.breadCrumbCustom
{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	/*height: 34px;*/
	overflow: hidden;
	width: 100%;
	padding:5px;
	border:solid 1px #dedede;
	background:#fff;
}
.breadCrumbCustom ul
{
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
}
.breadCrumbCustom ul li
{
	display: block;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 15px 0px 5px;
	font-size: .9167em;
	background: url(../images/Chevron.gif) no-repeat 100% 1px;
}
.breadCrumbCustom ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.breadCrumbCustom ul li span
{
	display: block;
	overflow: hidden;
}
.breadCrumbCustom ul li a
{
	display: block;
	position: relative;
	height: auto;
	line-height: 20px;
	overflow: hidden;
	float: left;
}
.breadCrumbCustom ul li.first a
{
	height: 18px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 3px;
	overflow: hidden;
	background:url(../images/IconHome.gif) no-repeat 0 0;
}
.breadCrumbCustom ul li.first a:hover
{
	background-position: 0 -16px;
}
.breadCrumbCustom ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay
{
	display: none;
	background: url(../images/ChevronOverlay.png) no-repeat 100% 0;
	width: 13px;
	height: 20px;
}



 @media (max-width:499px) {
.breadCrumbCustom {
	height:auto !important;
}
.breadCrumbCustom div, .breadCrumbCustom ul{
	width: 100% !important;
}
 }