/*--Greg.css----SLC---*/

/* start - from greg.css */
/* end - from greg.css */

/* Rollovers for home-page announcements */

		button.dpAdStop, button.dpAdStart, button.dpAdPrev, button.dpAdNext {
			float:left;
			height:20px;
			width:20px;
			border:0;
		}	

		button.dpAdStop {background:url(images/stop.gif);}
		button.dpAdStart {background:url(images/start.gif); }
		button.dpAdPrev {background:url(images/previous.gif);}
		button.dpAdNext {background:url(images/next.gif);}
		
		button.dpAdStop:active, button.dpAdStop:hover{background:url(images/stop.gif) 0 -20px;}	
		button.dpAdStart:active, button.dpAdStart:hover{background:url(images/start.gif) 0 -20px;}			
		button.dpAdPrev:active, button.dpAdPrev:hover {background:url(images/previous.gif) 0 -20px;}			
		button.dpAdNext:active, button.dpAdNext:hover{background:url(images/next.gif) 0 -20px;}
		
/* Allignment of text on resources */

UL.taxonBackTrace {
	/*
	background: url(../../App_Themes/Default/images/tab3.jpg); 
	padding: 6px 0 0 10px;
	margin: 0 0 25px;
	width:455px;
	height:25px;
	*/
	
	padding:5px 1px 5px 10px;
	margin: 0 0 25px;
	width:93%;
	height:20px
}



Body.IE ul.taxonBackTrace {
	/* background: url(../../App_Themes/Default/images/tab3.jpg); */
	padding:5px 1px 5px 10px;
	margin: -75px 0 25px;
	width:93%;
	height:20px
}

UL.taxonBackTrace > LI {
	list-style: none;
	list-style-type: none;
	width: 100%;
	display: inline;
}