/* 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
{
	margin: 0;
	float: left;
	display: block;
	height:28px;
    margin:0;
    overflow:hidden;
    padding:1px 15px;
    width:96.9%;
	border-bottom:solid 1px #DDD;
	background:#fff;
    background: url(../images/arbo/breadcrumb-bg.png) repeat-x center; 
}
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 28px;
	display: block;
}
.breadCrumb ul li
{
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	font-size: .9167em;
    height:28px;
    line-height:24px;
    overflow:hidden;
    padding:3px 22px 0 10px;
	background: url(../images/arbo/breadcrumb-right.png) no-repeat right top;
	color:#666666;
}
.breadCrumb ul li.first{
	padding:4px 22px 0 10px;
	}
.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;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
	color:#666666;
	text-decoration:none;
}
.breadCrumb ul li a:hover
{
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
.breadCrumb ul li.first a
{
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background:url(../images/arbo/breadcrumb-home.png) no-repeat 0 0;
}
.breadCrumb ul li.first a:hover
{
	text-decoration:none;
}
.breadCrumb ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay
{
	display: none;
	background: url(../images/arbo/breadcrumb-right.png) no-repeat right center;
	width: 13px;
	height: 28px;
}

