﻿/* Breadcrumb styles*/


.breadcrumb {
	margin: 0px;
	padding: 0 0 20px 10px;
	clear:both;
	font-size: 10px;
	color: #336699;
}

.breadcrumb ul {
	margin: 0px;
	padding: 0px;
}

.breadcrumb li {
	margin: 0 15px 0 0;
	padding: 0px;
	list-style: none;
	float: left;
}






.bcElem {
	color: #0f4b29;
	font-weight: normal;
}

a.bcElem:link {
	color: #0b550e;
	font-weight: normal;
    text-decoration:none;
}
a.bcElem:hover {
	color: #009900;/*#339966;*/
	text-decoration:underline;
}
a.bcElem:active {
	color: #009900;/*#339966;*/
	text-decoration:underline;
}

.bcElemCur {
	color: #0f4b29;
	font-weight: normal;
}
a.bcElemCur:link {
	color: #0f4b29;
	font-weight: normal;
}
a.bcElemCur:hover {
	color: #009900;/*#339966;*/
	text-decoration:none;
}

.bcElemHome {
	color: #0f4b29;
	font-weight: normal;
}
a.bcElemHome:link {
	color: #0f4b29;
	font-weight: normal;
}
a.bcElemHome:visited {
	color: #0f4b29;
	font-weight: normal;
}

a.bcElemHome:hover {
	color: #009900;/*#339966;*/
	font-weight: normal;
	text-decoration:none;
}
.bcSep {
	color: #009900;
}
