/* Simple scalable breadcrumb by Veerle Pieters
------------------------------------------------------------------*/
body {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;			
	}
ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	
	}		
#crumbs {
	height:49px;
	border:1px solid #dedede;
	}
#crumbs li {
	float:left;
	line-height:3.3em;
	color:#777;
	padding-left:.75em;
	width:150px;
	}		
#crumbs li a {
	background:url(crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							

.crumb_grey{
color:#DBDBDB;
text-decoration:none;
}
.crumb_red{
color:#A70E0E;
font-family:Verdana, Arial, Helvetica, sans-serif;

text-decoration:none;
}			