.treeview { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	background-color: #3B597B;
	border: none;
}

.treeview ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	background-color: #85A0B1;
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-top: solid 2px #EDEEFF;
}

.catEmpty {
	padding: 0px 0px 0px 0px; 
	background-color: #EDEEFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.cat1 {
	padding: 5px 0px 5px 10px;
	background-color: #3B597B;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-top: solid 2px #EDEEFF;
}

.cat1Special {
	padding: 5px 0px 5px 10px;
	background-color: #3B597B;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-top: solid 2px #EDEEFF;
}

.cat1Selected {
	padding: 5px 0px 5px 10px; 
	background-color: #1E385B;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-top: solid 2px #EDEEFF;
}

.cat2 {
	padding: 5px 0px 5px 25px; 
	background-color: #85A0B1;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.cat2Selected {
	padding: 5px 0px 5px 25px; 
	background-color: #768393;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.cat3 {
	padding: 5px 0px 5px 40px; 
	background-color: #85A0B1;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.cat3Selected {
	padding: 5px 0px 5px 40px; 
	background-color: #768393;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


.treeview a {
	color: white;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

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

.treeview .hover { cursor: pointer; }

.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

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

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

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

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

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


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