.treeview a 
{
  text-decoration:none;
  color: black;
}

a:focus {
outline: none;
}


.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
	
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0; padding: 7px 10px 6px; color: #808080; border-bottom: 1px solid #dedede;  background: url(../images/bg_menubtn.gif) repeat-x; float: left; width: 158px;
}

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


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

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

.treeview li{ background: none;}

.treeview .expandable-hitarea { background: url(../images/arrow.gif) no-repeat left top; }
.treeview .collapsable-hitarea { background: url(../images/arrow.gif) no-repeat 0 -15px; color: #ff0000;}
/*ul.treeview li.collapsable, ul.treeview li.expandable{
-x-system-font:none;
background-image: url(../images/treeview/more.gif); background-position: 100% 0px;
color:#000000;
font-family:"Times New Roman",Times,serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:1.2;
} */
.treeview li.collapsable { margin: 0; padding: 7px 10px 6px; color: #808080; border-bottom: 1px solid #dedede;  background: url(../images/bg_menubtn.gif) repeat-x; float: left; width: 158px;}
.treeview li.expandable { margin: 0; padding: 7px 10px 6px; color: #808080; border-bottom: 1px solid #dedede;  background: url(../images/bg_menubtn.gif) repeat-x; float: left; width: 158px;}
