@charset "utf-8";
/* CSS Document */


.breadcrumb
{
	color:#e87624;
	padding-bottom: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-weight: 600;
	float:left;
	width:940px;
}
.breadcrumb a{
	text-decoration: none;
	padding: 0 5px; /*adjust bullet image padding*/
	color:#133F73; 
}

.breadcrumb a:hover,
.breadcrumb a:hover
{
	text-decoration: underline;
	color:#fff;
}
.breadcrumb span {
	padding-left:5px;	
}

