.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	color:#0090ff;
}

.treeview ul {
	background-color: transparent;
	margin-top: 4px;
	cursor: pointer;
}

.treeview .hitarea {
	/*background: url(images/treeview-default.gif) -64px -25px no-repeat;*/ 
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

/*
.treeview a.selected {
	background-color: #0090ff;
}
*/

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

.treeview .hover { color: #0090ff; cursor: pointer; }

/*.treeview li { background: url(../images/ico_0.gif) no-repeat; }*/
.treeview li.collapsable { background: /*transparent*/ url(../images/menu_b.gif) top left no-repeat; background-position: 5px 0; }
.treeview li.expandable { background: /*transparent*/ url(../images/menu_r.gif) top left no-repeat; background-position: 5px 0; }
.treeview .expandable-hitarea { background-position: -80px -3px; }

/*
.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; }
*/

.panel ul  {
margin-top: 5px;
margin-left: 5px;
padding: 0px;
display: block;
}
	
/*.panel_m ul li { background: url(../images/menu_g.gif) repeat-x bottom;}*/
	    
.panel li {
background: url(../images/ico_0.gif) no-repeat;
border-top: 1px dashed #6baeec;
list-style:  none;
color: #005aff;
padding-left: 20px;
padding-bottom: 8px; 
/*margin-bottom: 8px*/;
padding-top: 8px;
margin-left: -5px;
display:block;
font-weight: bold;
}
