#breadcrumbs
{
	background-image:url("../Img/breadcrumbBG.png");
	background-repeat:repeat-x;
	font-size:11px;
	color:#ffffff;
	height:22px;
	width: 970px;
	overflow: hidden;
	padding: 6px 6px 0px 6px;
}

#breadcrumbs a
{
	
	color:#ffffff;
	text-decoration:none;
	
}

#breadcrumbs a:hover
{
	text-decoration:underline;
}

#breadcrumbs .rootElement
{
	font-weight:bold;
}

#breadcrumbs .selected
{
	font-weight:bold;
}