
/*	
 *		Universal Navigation Stylesheet
 */



ul.dnct_branch, ul.dnct_branch > li.dnct_node{
	list-style-type: none !important;
	list-style-image: none !important;
}

ul.dnct_branch ul.dnct_branch{
	margin-left: 20px;
}

ul.dnct_branch span.dnct_bullet{
	width: 17px;
	margin-top: 5px;
	/*display: inline-block;*/
	float: left;
}

ul.dnct_branch li.dnct_node > span.dnct_bullet{
	height: 10px;
	width: 10px;
	margin-right: 5px;
	background: url('../images/un_node_empty.png') 3px 0px no-repeat;
}

ul.dnct_branch li.dnct_node.hnw_children > span.dnct_collapsed{
	height: 10px;
	width: 10px;
	margin-right: 5px;
	background: url('../images/un_node_collapsed.png') 3px 0px no-repeat;
	cursor: pointer;
}

ul.dnct_branch li.hnw_children > span.dnct_expanded{
	height: 10px;
	width: 10px;
	margin-right: 5px;
	background: url('../images/un_node_expanded.png') 0px 3px no-repeat;
	cursor: pointer;
}

ul.dnct_branch li.dnct_current_node span.dnct_node_title{
	font-weight: bold;
}

li.dnct_node .dnct_node_title { padding-left: 0px; }
li.dnct_node > span .dnct_node_title{
	padding-left: 15px;
	display: block;
}







