@CHARSET "UTF-8";

#crumbs
{
	padding-left:30px;
	padding-top:10px;
	color:#9b9b9b;
	font-size:12px;
}

#crumbs a
{
	text-decoration:none;
	color:#9b9b9b;
}

#crumbs a:hover
{
	text-decoration:underline;
}

.crumbSelected
{
	color:#003366;
	text-decoration:underline;
}