/* Float Clearing
 ---------------------------------------------------------------------*/
a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

.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: 17px; overflow: hidden; width: 615px; padding:5px; background:#fff; }
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 17px;
	display: block;
}
.breadCrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 17px;
	overflow: hidden;
	line-height: 17px;
	margin: 0 6px 0 0;
	padding: 0 10px 0 0;
	font-size: 8pt;
	background: url(../images/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: 17px;
	line-height: 17px;
	overflow: hidden;
	float: left;
}
.breadCrumb ul li.first a
{
	height: 17px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background:url(../images/IconHome.gif) no-repeat;
}
.breadCrumb ul li.first a:hover
{
	background-position: 0 -16px;
}
.breadCrumb ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay
{ background-image: url(../images/ChevronOverlay.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 100% 0; display: none; width: 13px; height: 17px; }
