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

.breadcrumb:after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .breadcrumb{
	min-height: 1%;
}

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/

.breadCrumb{
	margin: 0;
	padding: 0;
	display: block;
	height: 23px;
	overflow: hidden;
	width: 670px;
	padding:5px;
	background-color:#6bbd2f;
	background-image:url('../images/detailBarBreadcrumbShadowLeft.png');
	background-position:left top;
	background-repeat:no-repeat;
}

	.breadCrumb ul
	{
		overflow:hidden;
		width:600px;
		height:21px;
		display:inline-block;
		width:590px;
		padding:2px 100px 0 0;
	}
	
		.breadCrumb ul li
		{
			display: block;
			float: left;
			position: relative;
			height: 21px;
			overflow: hidden;
			line-height: 21px;
			margin: 0px 6px 0px 0;
			padding: 0px 15px 0px 0;
			font-size: .9167em;
			background: url(../images/chevron.png) no-repeat 100% 0;
		}
		
		.breadCrumb ul li:hover
		{
			color:#fff;
			text-decoration:underline;
		}

		
			.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
			{
				font-family:Arial, Helvetica, sans-serif;
				font-size:16px;
				color:#FFf;
				font-weight:bold;
				display: block;
				position: relative;
				height: 21px;
				line-height: 21px;
				overflow: hidden;
				float: left;
			}
			
				.breadCrumb ul li a:hover{
				color:#fff;	
				}

		.breadCrumb ul li.first{
			padding-left:20px;
		}
		
		
		.breadCrumb ul li.last
		{
			background: none;
			margin-right: 0;
			padding-right: 0;
		}


a.glossary{
background-image:url('../images/doc_lines_stright.png');
background-position:left top;
background-repeat:no-repeat;
padding-left:20px;
position:absolute;
margin:-18px 0 0 600px;
font-weight:bold;
color:#fff;

	
}


.chevronOverlay
{
	display: none;
	background: url(../images/chevronOverlay.png) no-repeat 100% 0;
	width: 11px;
	height: 20px;
	
}
