
div.ns_hierarchy>div{
	padding-left:10px;
}


ul.ns_hierarchy {
	width:500px;
}

			ul.ns_hierarchy li{
				clear: both;
				/*border-top: solid 1px grey;*/
			}
			ul.ns_hierarchy, ul.ns_hierarchy ul{
				list-style-type: none;
				margin: 0;
				padding-left: 0px;
			}
			ul.ns_hierarchy{
				padding-left: 18px;
			}
			ul.ns_hierarchy ul{
				padding-left: 22px;
			}
			li.nsh_closed>span, li.nsh_opened>span{
				float: left;
				position: relative;
				width: 9px;
				height: 9px;
				margin: 6px 6px 0 -18px;
				cursor: pointer;
				overflow: hidden;
				font: normal 0.8em/0.8em sans-serif;
			}
			li.nsh_closed>span em, li.nsh_opened>span em{
				position: absolute;
				width: 9px;
				height: 9px;
				top: 0;
				left: 0;
				background: url(/web/files/image/tree/plus-min.gif) no-repeat;
			}
			li.nsh_closed>span em{
				background-position: bottom;
			}
			ul.ns_hierarchy .namemenu{
				display:inline-block;
			}
			ul.ns_hierarchy .actionbutton{
				display:none;
				margin-left:20px;
			}
			
