@charset "utf-8";
/* CSS Document */

#breadCramps{
	float:right;
	clear:both;
	width:100%;
	height:15px;
	text-align:left;
	direction:rtl;
}
#breadCramps a{
	font-size:7pt;
	display:inline;
	vertical-align:middle;
	font-weight:bold;
	color:#904c4e;
}
#breadCramps a:hover{
}

a.current{
	color:#d11b1a !important;
	cursor:default;
	}
#breadCramps img.Navigation{
	display:inline;
	padding:2px 5px 0px;
	
}