.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight:bold;
	color:white;	
	width:200px;
/*	line-height:21px;*/
}

.treeview { 
color:white;
}

.treeview ul {	
	margin-top: 2px;	
}

.treeview ul ul {	
	margin-top: 2px;	
}

ul#menu div.hitarea {
	margin: 0;
	padding: 0;
	border: none;
}

ul#menu a {color: #fff;}
ul#menu a:hover {color: #000;}

/*ul#menu li {position: relative; }*/

ul#menu li div.collapsable{background:url(/images/arrow3.gif) no-repeat center right;}
ul#menu li div.expandable{background:url(/images/arrow3.gif) no-repeat center right;}



ul#menu li {background:url(images/menu_a.jpg) no-repeat left top #238822;}
ul#menu li div.title,
.menu_a {
 
/*	width:190px;*/	
	padding: 6px 20px 6px 10px;
	font-size:10px;
	font-weight:bold;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #3B9B30;
}

ul#menu li li {background:#66b15c;}
ul#menu li li div.title,
.menu_b{	
/*	width:180px;*/
			
	padding: 6px 20px 6px 20px;
	text-transform: none;

	font-weight: bold;
	

}

ul#menu li li li {background: url(/images/arrow3.gif) no-repeat 20px 5px #3B9B30;}
ul#menu li li li div.title,
.menu_c{	
/*	width:170px;*/

	padding: 4px 0 4px 30px;
	font-weight: normal;
	font-size: 10px;
	margin:0;
}
ul#menu li li li li div.title,
.menu_d {	
/*	width:160px;*/
	background:#3b9a2f;	
	padding: 4px 0 4px 40px;
}



.treeview li { 
	margin: 0;
	padding: 0px 0pt 0px 0px;	
	background-image:url(images/menu_a.jpg);
	
}

.treeview li ul li { 
	margin: 0;
	padding: 0px 0pt 0px 0px;
	
}





ul#menu a.selected {
	color: #000;
}



#treecontrol { margin: 0 0; display: none; }



.treeview a:link,
.treeview a:active,
.treeview a:visited { color: #FFFFFF; cursor: pointer; }

.menu_a a:hover,
.menu_b a:hover,
.menu_c a:hover,
.treeview .hover { color: #003100; cursor: pointer; }

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
/*
ul#menu .expandable div.hitarea { 
	background: url(/lib/menu/images/plus.gif) no-repeat center right; 
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 100;
	}
ul#menu .collapsable div.hitarea { 
	background: url(/lib/menu/images/minus.gif) no-repeat center right; 
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 100;
	}
*/
/*.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; }







.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(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; }
