
.treeview {
   width:203px; 
	padding: 0;
	margin: 0;
    list-style: none;
	text-decoration:none;
	background-color:#60BA07;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-top: 1px solid #FFF;
}

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

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

.treeview li { 
	margin: 0;
	list-style:none;
	padding: 1px 0pt 0px 17px;
	border-bottom: 1px solid #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.treeview li ul li { 
	margin: 0;
	margin-left:-17px;
	padding: 1px 0px 1px 18px;
	background-color:#508B16;  /*Dark Green Sub color*/
	border-bottom:1px solid #60BA07;
	list-style-type:none;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	background-image:none;
}


/* fix for IE6 */
* html .treeview a {display:block; text-decoration:none; color:#FFFFFF; line-height:180%;}
* html .treeview a.selected {background-color: black; text-decoration:none; color:#CCC;}
* html .treeview .hover { background-color:none; text-decoration:none; color:#CCC;}

.treeview a, .treeview a {display:block; text-decoration:none; color:#FFFFFF; line-height:180%; height:21px; padding-left:5px; }
.treeview a.selected {background-color:#333; text-decoration:none; color:#CCC; height:21px;}
.treeview a:hover { background-color:none; text-decoration:none; color:#333; height:21px;}

.treeview li a, .treeview li a:visited {display:block; text-decoration:none; color:#FFFFFF; line-height:180%; height:21px; padding-left:5px; }
.treeview li a.selected {background-color:#333; text-decoration:none; color:#CCC; height:21px;}
.treeview li a:hover { background-color:none; text-decoration:none; color:#333; height:21px;}


.treeview li ul li a { display:inline; text-decoration:none; color:FFF;}
.treeview li ul li a.selected {color:#000; background-color:#508B16;}
.treeview li ul li a:hover { color:#000; background-color:none;}



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



.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat;list-style: none; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -617px }
.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-red li { background-image: url(images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); } 

.treeview-black li { background-image: url(images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }  

.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); } 


.filetree li { padding: 0px 0 0px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
