.navigation-tree{
	font-size: 14px;
	font-family: 'arial';
	padding-bottom:10px;
	margin: 0 0 15px  0;
}

.navigation-tree .node,
.navigation-tree .as-node{
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #c2a789;
}


/* No Marker case */
.navigation-tree .no-marker{
	border-bottom: none !important;
}

.navigation-tree .no-marker{
	padding: 2px 0 2px 2px;	
}

.navigation-tree .no-marker .node-text{
	padding-left: 0 !important;
	background: none !important;
	font-size: 13px;
}

.navigation-tree .no-marker .node-content b,
.navigation-tree .no-marker .node-content a{
	line-height: 15px;
	font-size: 12px;
	padding-left: 10px;
	background: url( '../images/marker.gif' ) no-repeat left 7px;
}

.navigation-tree .no-marker .node-content b{
	background-position: left -17px;
}

.navigation-tree .no-marker .node-content a:hover{
	background-position: left -100px;
}

.navigation-tree .node-content b{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.navigation-tree  .no-marker .node-content{
	margin: 0 0 3px 2px;
}

.navigation-tree .node-content{
	margin: 5px 0 10px 19px;
}

.navigation-tree .node-text{
	font-weight: bold;
	font-style: italic;
	cursor: pointer;
	padding-left: 20px;
	background: url( '../images/icons/branch.png' ) no-repeat left center;
}

.navigation-tree .node-content .node{
	border-bottom: none;
}

.navigation-tree .node-content .node-text{
	padding-left: 0;
	background: none;
	
}

.navigation-tree .node-content{
	display: none;
}

.navigation-tree .open-node .node-content{
	display: block;
}

.navigation-tree .node-content a{
	color: #b6553a;
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.navigation-tree .node-content a,
.navigation-tree .node-content b{
	display: block;
	margin-bottom: 5px;
}

.navigation-tree .no-marker .node-content a,
.navigation-tree .no-marker .node-content b{
	display: block; 
	margin-bottom: 2px;
}

.navigation-tree .node-content a.current{
	color: #000;
}

.navigation-tree .node-content a:hover{
	color: green;
	text-decoration: underline;
}

.navigation-tree .as-node a{
	text-decoration: none;
}