.breadcrumb{
	list-style:none;
	padding:4px 0;
	width:100%;
	height:14px;
	border-bottom:1px dotted #ccc;
	margin:0;
	margin-bottom:20px;
}

.breadcrumb li{
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	height:14px;
	font-size:11.5px;
	color:#666;
	margin-top: 3px;
}

.breadcrumb li a{
	color:#8DA84E;
	font-weight:bold;
}
.breadcrumb li a:hover{
	color:#000;
}

.breadsep{
	background-image:url(../images/list_arrow.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:24px;
}