
#site-navigation {
	text-align:left;
	height: 25px;
	line-height: 25px; 
	background: url(../pix/crumpath_bg.gif); 
	color: #fb7f25;
}
#site-navigation a {
	font-weight: bold; 
	color: #fb7f25; 
	text-decoration: none; 
}
#site-navigation a:hover {
	font-weight: bold; 
	color: #fb7f25; 

}
#site-navigation ul {
	margin-left:5px;
	float:left;
}
#site-navigation ul li {
	float:left;
	margin-top:5px;
	margin-left:0px;
	margin-right:19px;
}

/**/

#crumpath {
	text-align:left;
	height: 25px;
	line-height: 25px; 
	background: url(../pix/crumpath_bg.gif); 
	color: #fb7f25; 
	padding-left: 18px; 
}
#crumpath a {
	color: #fb7f25; 
	text-decoration: none; 
}
#crumpath strong {
	font-weight: normal; 
	color: #fb7f25; 
}
#crumpath a:hover {
	color: #fb7f25; 

}
#crumpath ul li {
	float:left;
	margin-top:5px;
	margin-right: 10px;
}
#crumpath ul li img {
	margin-top:5px;
}


