.treeview {
}

.treeview, .treeview ul { 
	/*padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	background-color: #d9d9d9;*/
}


.treeview {
	/*padding-top:13px;
	padding-bottom:2px;
	padding-left:7px;*/
}

.treeview ul {
	/*background-color: none;
	margin-top: 4px;
	clear: both;*/
	margin-top:22px;
}

.treeview .hitarea {
	height: 14px;
	width: 176px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	padding: 0;
	float: left;
	cursor: pointer;
}
.treeview .hitarea:hover {
	color:#C3261F;
	text-decoration:underline;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	/*margin: 0px;
	padding: 2px 0px 4px 13px;
	clear: both;
	line-height: 1.2em;	
	color: #393939;	
	letter-spacing: -1px;*/
	border-top: 1px solid #d9d9da; 
	/*height: 14px;  */
	width:178px; 
	text-align:left; 
	padding-top: 13px; 
	padding-bottom: 10px;
	font-size: 13px; 
	color: #1C2569; 
	list-style:none;
	padding-left: 24px;
	min-height:14px;
}

.treeview li ul li{ 
    border:none 0px; 
    min-height:14px;
    width:165px;
	text-align:left;
	list-style:none;
	padding-top: 0px; 
	padding-left: 10px;
	padding-bottom: 5px;
}

.treeview a {
	text-decoration: none;
}
.treeview a:hover {
	text-decoration: underline;
}

.treeview .hover { text-decoration: underline; cursor: pointer; }

.treeview li.collapsable, .treeview li.expandable { 
    /*background-position: 0 -176px; */
}

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.first { 
    margin-top:10px;
}

.treeview li.last { 
    background-position: 0 -1766px 
}

.treeview li.lastCollapsable, .treeview li.lastExpandable { 
    background-image: url(../images/treeview-default.gif); 
}  

.treeview li.lastCollapsable {
    background-position: 0 -111px 
}

.treeview li.lastExpandable { 
    background-position: -32px -67px 
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { 
    background-position: 0; 
}
