/* Float Clearing
 ---------------------------------------------------------------------*/

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/
#crumb
{
	width: 620px;
	height: 31px;
	margin: 5px auto 0px 0px;

}

.breadCrumb
{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	height: 21px;
	overflow: hidden;
	width: 608px;
	padding:5px;
	background:#fff;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
}
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
.breadCrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	font-size: .9167em;
	background: url(../images/breadcrumb/chevron.gif) no-repeat 100% 0;
}
.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: #999999;
	text-decoration: none;
}
.breadCrumb ul li a:hover
{
	background-position: 0 -16px;
	color: #6699FF;
	text-decoration: none;
}
.breadCrumb ul li.first a
{
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background:url(../images/breadcrumb/IconHome.gif) no-repeat 0 0;
}
.breadCrumb ul li.first a:hover
{
	background-position: 0 -16px;
	color: #6699FF;
	text-decoration: none;
}
.breadCrumb ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay
{
	display: none;
	background: url(../images/breadcrumb/chevronoverlay.png) no-repeat 100% 0;
	width: 13px;
	height: 20px;
}

