@charset "utf-8";
.treeview{
	background-image: url(Images/menulb_190.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.treeview ul {
	margin-top: 0px;
}


/* fix for IE6 */
* html .hitarea {
	display: none;
}

.treeview li {
	margin: 0px;
	font-size:12px;
	padding-top: 3px;
	padding-right: 0pt;
	padding-bottom: 3px;
	padding-left: 10px;
}

.treeview a.selected {
	color: #000000;
}

#treecontrol { margin: 1em 0px; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li {
	
}
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px 1px; }

.treeview li.last { background-position: 0px -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; }
.treeview-black {
	margin:0px;
	list-style-type:none;
}
.treeview-black li {list-style-type:none;}
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-gray.gif); }  
#browser5 a:hover,#browser5 a:active {color:#FF3B93}

