
.breadcrumb
{ 
	margin: 0;
	font-size: 9px;
	color: White;
}

DIV.breadcrumb
{
	background-color: #829632;
	padding: 1px 0;
}
.msie DIV.breadcrumb
{
	height: 1em;
}

TABLE.breadcrumb
{
	border-collapse: collapse;
}

.breadcrumb A:link,
.breadcrumb A:visited,
.breadcrumb A:active
{
	color: White;
	text-decoration: none;
}

.breadcrumb A:hover
{
	color: White;
	text-decoration: underline;
}

TABLE.breadcrumb TD
{
	padding-left: 0.25em;
}

