.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-family:verdana, Helvetica, sans-serif;
	/*background-color:#ccc;*/
}

.treeview ul {
	margin-top: 0px;
}

.treeview li { line-height:25px;}

.treeview a {
	padding-left:5px;
	text-decoration:none;
	font-weight:normal;
	padding-right:16px;
}

.treeview ul li a {
	padding-left:17px;
	text-decoration:none;
	font-weight:normal;
	padding-right:16px;
}

.treeview ul li ul li a {
	padding-left:29px;
	text-decoration:none;
	font-weight:normal;
	padding-right:16px;
}
.treeview ul li ul li ul li a {
	padding-left:41px;
	text-decoration:none;
	font-weight:normal;
	
}

/*.treeview ul li ul li ul li ul li a {
	padding-left:23px;
	text-decoration:none;
	font-weight:normal;
	padding-right:16px;
}*/

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-right: 0px;
	float: right;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 0px 0pt 0px 0px;
	border-top:1px solid #fff;
}

.treeview li:hover { background-color:#D6EBFE;color:#FFF;} 
.treeview a:hover { color:#00AEEF;font-weight:bold;} 
.treeview li.selected { background-color:#D6EBFE; color:#00AEEF; font-weight:bold;} 

.treeview li ul li { 
	font-size:10px;
	background-color:#ccc;
}

.treeview li ul li ul li { 
	font-size:10px;
	background-color:#ddd;
}

.treeview li ul li ul li ul li { 
	font-size:10px;
	background-color:#eee;
}

.treeview li ul li ul li ul li ul li{ 
	font-size:10px;
	background-color:#f5f5f5;
}

.treeview a.selected { color:#1E1A4E; font-weight:bold; background-color:#D6EBFE;}

.treeview ul li a.selected {
	/*background-image:url(/img/interface/ici.gif); background-repeat:no-repeat;
	/*padding-left:19px;*/
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { 
	color:#FFF;
	cursor: pointer; 
	font-weight:bold;
	/*background-color:#0068B1;*/
}

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview .collapsable-hitarea { background-position: -64px -25px; }


