/* 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 */

.breadCrumbHolder
{
	margin:0;
}

.breadCrumb
{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	height: 20px;
	overflow: hidden;
	width: 735px;
	padding:5px;
	/*border:solid 1px #C0C0C0;*/
	background:#fff;
}
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 20px;
	display: block;
}
.breadCrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	/*margin: 0px 4px 0px 0;*/
	padding: 0px 3px 0px 0;
	/*font-size: 1.1em;*/
	/*background: url('../Images/Chevron.gif') no-repeat 100% 0;*/
}
.breadCrumb ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 299;
}
.breadCrumb ul li span
{
	/*display: block;
	overflow: hidden;*/
        font-family: verdana;
        font-size: 1.2em;
	line-height: 18px;
}
.breadCrumb ul li a
{
	display: block;
	position: relative;
	height: 20px;
	line-height: 20px;
	/*overflow: hidden;*/
	float: left;
        text-decoration: none;
        color: #526c5a;
        /*font-size: inherit;*/
        /*font-weight: inherit;*/
	font-size: 0.84em;
}
.breadCrumb ul li a:hover {
	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/IconHome.gif') no-repeat 0 0;
}
.breadCrumb ul li.first a:hover
{
	background-position: 0 -16px;
}
.breadCrumb ul li.last
{
	/*background: none;*/
	margin-right: 0;
	padding-right: 0;
	font-size: 0.84em;
	text-transform: capitalize;
}
.chevronOverlay
{
	display: none;
	/*background: url('../Images/ChevronOverlay.png') no-repeat 100% 0;*/
	width: 20px;
	height: 18px;
}