@charset "utf-8";
/* 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;
	padding: 0;
	float: left;
	display: block;
	height: 29px;
	overflow: hidden;
	width: 980px;
}
.breadCrumb ol
{
	margin: 0;
	padding: 0;
	height: 29px;
	display: block;
}
.breadCrumb ol li
{
	display: block;
	float: left;
	position: relative;
	height: 29px;
	overflow: hidden;
	line-height: 29px;
	margin: 0px 10px 0px 0;
	padding: 0px 16px 0px 0;
	font-size: .9167em;
	background: url(../images/common/pankuzu_mark.png) no-repeat 100% 0;
}
.breadCrumb ol li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background: url(../images/common/pankuzu_mark.png) no-repeat 100% 0;
}
.breadCrumb ol li span
{
	display: block;
	overflow: hidden;
}
.breadCrumb ol li a
{
	display: block;
	position: relative;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	float: left;
	text-decoration:none;
}
.breadCrumb ol li.first a
{
	height: 29px !important;
	text-indent:-1000em;
	width:20px;
	padding: 0;
/*	margin-top: 2px;*/
	overflow: hidden;
	background:url(../images/common/pankuzu_home.png) no-repeat center center;
}
.breadCrumb ol li.first a:hover
{
/*	background-position: 0 -16px;*/
}
.breadCrumb ol 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: 29px;
}
