#divBreadCrumb a
{
	font-size			: 10px;
	text-decoration		: none;
	font-weight			: normal;
	color				: #333333;
}


#divBreadCrumb table
{
	width				: 100%;
	height				: 100%;
	padding				: 0px;
	margin				: 0;
	border-width		: 0px;
	border-collapse		: collapse;
}

#divBreadCrumb td.breadcrumb
{
	height				: 100%;
	padding				: 0px;
	text-align			: left;
	border-width		: 0px;
	padding				: 0px;
	white-space			: nowrap;
	vertical-align		: middle;
}


#divBreadCrumb td.divider
{
	height				: 100%;
	text-align			: center;
	border-width		: 0px;
	background-repeat	: no-repeat;
	background-position	: center center;
	padding				: 0px 0px 0px 12px;
	background-image	: url('/images/design/icons/arrow.gif');
}





#divBreadCrumb td.homeimage
{
	width				: 0px;
	border-width		: 0px;
	padding-left		: 6px;
/*		background-image	: url('/images/design/icons/home.gif');
	vertical-align		: top;
	background-repeat	: no-repeat;
	background-position	: left center;*/
}

#divBreadCrumb td.filler
{
	width				: 100%;
	border-width		: 0px;
	padding				: 0px;
}


#divBreadCrumb td.RightPrint
{
	border-width		: 0px;
	padding				: 0px 16px 0px 16px;
	white-space			: nowrap;
	background-image	: url('/images/design/icons/print.jpg');
	background-position	: left center;
	background-repeat	: no-repeat;
	vertical-align		: middle;
}

#divBreadCrumb td.RightPrint a
{
	text-decoration		: none;
	font-size			: 10px;
}


#divBreadCrumb td.RightMail
{
	border-width		: 0px;
	padding				: 0px 0px 0px 16px;
	white-space			: nowrap;
	background-image	: url('/images/design/icons/mail.jpg');
	background-position	: left center;
	background-repeat	: no-repeat;
	vertical-align		: middle;
	text-align			: right;
}

#divBreadCrumb td.RightMail a
{
	text-decoration		: none;
	font-size			: 10px;
}
