#breadcrumbs
{
	position: absolute;
	bottom: -25px;
	left: 0px;
	
	color: #999999;
	
	
}

#breadcrumbs a
{
	font-family:Microsoft Sans Serif,"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:0.75em;
	color: black;
	font-weight: bold;
}

#breadcrumbs a:hover
{
	color: #151BA3;
}

#breadcrumbs .current a
{
	color: #999999;
	font-weight: normal;
}

