#breadcrumb {
	padding: 0;
	min-height:20px;
	color: #999; 
	font-weight: bold;
	overflow: hidden;
	width:950px; }
	
	#trail {
		display: block;
		width: 700px;		
		text-align: left; 
		float: left; }
		
		#trail a:link, #trail a:active { color: #999; text-decoration: none; }
		#trail a:visited { color: #999; text-decoration: none; }
		#trail a:hover { color: #000000; text-decoration: underline; }
		
	#breadcrumb-actions {
		display: block;
		float: right;
		width: 210px;
		text-align: right; 
		padding: 0 0 1px 0; }
		
		#breadcrumb-actions a { padding: 0; margin: 0; line-height: 0px; text-decoration: none; }
		
			a#sharePage, a#feedbackLink { margin-left: 5px; }
			#breadcrumb-actions a img {margin: 0; display: inline; vertical-align: middle; }
		#atffc { display:none;}