#contentPathContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 20px;
}
#contentPathContainer A, #contentPathContainer A:visited {
	color: #476E00;
	text-decoration: none;
}
#contentPathContainer A:hover {
	text-decoration: underline;
}
#txtContentPathCategories {
	list-style-image: url(../imgs/icn_contentPathCategories.gif);
	list-style-type: none;
	/*
	padding-left: 40px;
	margin-left: 40px;
	*/
	margin-bottom: 5px;
	margin-top: 5px;
}
#txtContentPathCategories LI{
	margin-bottom: 2px;
}
#txtContentPathList {
	list-style-image: url(../imgs/icn_contentPathList.gif);
	list-style-type: none;
	/*
	margin-left: 40px;
	padding-left: 40px;
	*/
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 10px;
	color: #656564;
}
#txtContentPathList LI{
	margin-bottom: 2px;
}
.txtContentPathListSelected {
	font-weight: bold;
}
#txtTreeString {
	padding-left: 25px;
	font-weight: bold;
	background-color: #4EA700;
}
#txtTreeString A, #txtTreeString A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.txtTreeString A:hover {
	text-decoration: underline;
}
.contentPathHorizontalRule {
	margin-top: 3px;
	border-bottom: 2px solid #D8EBAC;
}
