.treeview, .treeview ul, .treeview li { 
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
	background-image:none;
	z-index:800;
}
.top_level a{	color:#000;				
			}
.top_level {	
				margin-bottom : 10px;
			}
.top_level span{	
			font-size: 14px;
			color:#000;			
			margin-top : 10px;
			margin-left: 7px;
			padding-bottom:3px;
			}
.top_level span:hover {
			color : black;	
}
.top_level {	
				margin-bottom : 10px;
			}
.spacer {
		background:url(../images/ciarka2.gif) no-repeat;
		width : 187px;
		height: 2px;
		margin-top:10px;
		
}
.spacer-blue {
		background:url(../images/ciarka1.gif) no-repeat;
		width : 187px;
		height: 2px;
		margin-top:10px;
		
}
.sub_level {
		padding: 0px;

}
.sub_level a{	color:#FFF;
				border:none;
				font-size : 12px;
}
.sub_level a:hover{	
				color:#000;
				border:none;
				font-size : 12px;
				text-decoration:underline;
}

.sub_level span{	color:#FFF;
				border:none;
				font-size : 12px;
				margin-left:8px;
}
.sub_level span:hover{	
				color:#000;
				border:none;
				font-size : 12px;
				text-decoration:underline;
}

.treeview ul {
	margin-top: 0px;
	margin-left: 15px;
}

.treeview a {
	display: block;
	padding: 0px;
	padding-left:10px;
} 
.treeview a:hover {
	display: block;
	padding: 0px;
	padding-left:10px;
	text-decoration:underline; 
}
.treeview span {
	display: block;
	font-weight: normal;
	padding: 3px;
}
.treeview span:hover {
	text-decoration:underline;
}
.treeview .hitarea {
	background: url(../images/plus2.gif) no-repeat;
	height: 9px;
	width: 7px;
	margin: 5px 0px 10px 0px;
	float: left;
	cursor: pointer;
	
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin-top: -10px;
	padding: 0px 0px 0px 0px;
	width : 100%;
	
	
}

.treeview a.selected {
	color: #000;
}

#treecontrol { margin: 0 0; display: none; }


.treeview .hover { color: red; cursor: pointer;}

.treeview li {  }
.treeview li.collapsable, .treeview li.expandable {  }

.treeview .expandable-hitarea {background: url(../images/plus2black.gif) no-repeat;}

.treeview li.last { }
.treeview li.lastCollapsable, .treeview li.lastExpandable {}  
.treeview li.lastCollapsable {}
.treeview li.lastExpandable {}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(images/treeview-red-line.gif) no-repeat; }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); } 

.treeview-black li { background-image: url(images/treeview-black-line.gif) no-repeat; }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif) no-repeat; }  

.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); } 

