/* CSS Document */

.bread_cramb {
	float:left;
	margin:5px;
}

#bread_crambs a {
	float:left; 
	display:block; 
	padding:0px 5px;
	line-height:20px; 
	color:#FFF;
	font-weight:bold;
	text-decoration:underline; 
}

#bread_crambs a:hover {
	color:#FF0;
}