	.bread_crumb_bar{
		background-color: #C1BDE0;
		height: 15px;
		line-height: 15px;
		font-size: x-small ;
		width: 100%;
		font-weight: bold;
	}
	
	.bread_crumb a{
		color: blue;
		text-decoration: underline;
	}
	
	.bread_crumb a:hover{
		color: red;
		text-decoration: underline;
	}