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

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	/*border: 1px solid #FF0000;*/
	/*background: url(../pics/sign_plus.png) 5px 10px no-repeat;*/
}

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

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

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
	font-family: Arial, "Times New Roman", Times, Helvetica, Tahoma, Verdana, Sans-serif;
	font-size: 12px;
	color: #383838;
	font-weight: bold;
	/*border: 1px solid #FF0000;		*/
}

.treeview a.selected {
	background-color: #EDEDEE;
	font-family: Arial, "Times New Roman", Times, Helvetica, Tahoma, Verdana, Sans-serif;	
	font-size: 12px;
	color: #FEBF50;
	font-weight: bold;
	/*border: 1px solid #FF66CC;		*/
}

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

.treeview .hover {
	color: #FEBF50;
	cursor: pointer;
}

/*
.treeview li {
	background: url(../pics/sign_plus.png);
	background: url(../pics/treeview-default-line.gif) 0 0 no-repeat;
}
*/

.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 -176px;
	/*background: url(../pics/sign_plus.png) no-repeat 0px 10px;*/
	/*background: url(../pics/sign_plus.png) 5px 10px no-repeat;*/
	/*border-top: 1px dotted #FF0000;
	border-bottom: 1px dotted #FF0000;*/
	/*border: 1px solid #FF0000;		*/
}

.treeview .expandable-hitarea {
	background-position: -80px -3px;
	/*border: 1px solid #FF0000;*/
	background: url(../pics/sign_arrow_left.png) 0px 5px no-repeat;
	color: #FFFFFF;
}

.treeview li.last {
	background-position: 0 -1766px;
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
	/*background-image: url(../pics/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-red li {
	/*background: url(../pics/sign_plus.png); */
}

.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {
	/*background: url(../pics/sign_minus.png); */
} 

.treeview-black li {
	/*background: url(../pics/sign_plus.png);*/
}

.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {
	/*background: url(../pics/sign_plus.png); */
}  

.treeview-gray li {
	/*background: url(../pics/sign_plus.png); */
}

.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {
	/*background: url(../pics/sign_plus.png); */
} 

.treeview-famfamfam li {
	/*background: url(../pics/sign_plus.png);*/
}

.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {
	/*background: url(../pics/sign_plus.png); */
} 

.filetree li {
	padding: 3px 0 2px 16px;
	/*background: url(../pics/sign_plus.png) no-repeat 0px 0px;*/
	list-style-type: none;
	/*list-style-image:url(../pics/menu_selector.png);*/
}

.filetree span.folder, .filetree span.file {
	padding: 1px 0 1px 16px;
	display: block;
}

.filetree span.folder {
	/*background: url(../pics/sign_plus.png) 0 0 no-repeat;*/
}

.filetree li.expandable span.folder {
	/*background: url(../pics/sign_plus.png) 0 0 no-repeat;*/
}

.filetree span.file {
	/*background: url(../pics/sign_plus.png) 0 0 no-repeat; */
}