.navbar-left {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	cursor: default;
}

.NavBarNode {
		padding-left: 25px;
		color: #505050;
		font-size: 0.9em;
		margin-bottom: 5px;
}

.NavBarNodeHover {
	color:#CA6900;
	text-decoration: underline;
	padding-left: 25px;
	font-size: 0.9em;
	margin-bottom: 5px;
}

.NavBarNodeSelected {
	color:#CA6900;
	text-decoration: underline;
	padding-left: 25px;
	font-size: 0.9em;
	margin-bottom: 5px;
}

.NavBarParentNode {
	font: bold .95em Georgia, "Times New Roman", Times, serif;
	color: #CA6900;
	margin-bottom: 10px;
}
.NavBarParentNodeHover {
	font: bold .95em Georgia, "Times New Roman", Times, serif;
	color: #CA6900;
	text-decoration: underline;
	margin-bottom: 10px;
}
.NavBarParentNodeSelected {
	font: bold .95em Georgia, "Times New Roman", Times, serif;
	color: #CA6900;
	text-decoration: underline;
	margin-bottom: 10px;
}
.NavBarParentNodeChildless {
   margin-left:28px;
	font: bold .95em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

.NavBarParentNodeChildlessHover {
   margin-left:28px;
	font: bold .95em Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #CA6900;
	margin-bottom: 10px;
}
.NavBarParentNodeChildlessSelected {
   margin-left:28px;
	font: bold .95em Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #CA6900;
	margin-bottom: 10px;
}
