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

ul.treeview ul {
	background: #D9A983;
	padding: 3px 0;
}

ul#menu div.hitarea {
	margin: 0;
	margin-top: 2px;
	padding: 0;
	border: none;
	float: right;
    width: 20px;
    height: 20px;
    right: 0;
    top:0;
	background:url(/images/down.gif) no-repeat center right;
	cursor: pointer;
}

ul#menu a {color: #FCEED4; text-decoration: none; font-weight: bold;}
ul#menu a:hover {background: #aF0000}
ul#menu li li a:hover {background: #CF7126}


/*ul#menu li {position: relative; }*/

ul#menu li div.collapsable{background:url(/images/down.gif) no-repeat center right;}
ul#menu li div.expandable{background:url(/images/down.gif) no-repeat center right; }
ul#menu li li div.collapsable{background: none;}
ul#menu li li div.expandable{background: none;}


ul#menu li {
	background:url(/images/menu_left_bg.gif) repeat-x #850001;
	border-bottom: 4px solid #850001;

	padding: 0px 0 0px 0px;
	margin : 0;
	
}

ul#menu li a.title {
 
	display: block;
	padding: 5px 0px 5px 10px;
	font-size:10px;
	font-weight:bold;
	text-transform: uppercase;
	text-align: left;
}

#menu a:hover {
	text-decoration: none;	
}


ul#menu li li a.title {
	font-size: 10px;
	padding-left: 30px;
}
ul#menu li li li a.title {
    font-size: 9px;
    margin: 0 0 0 0px;
	padding-left: 50px;
}


ul#menu li li {
	background: #A95D1F; 
	padding: 0;
	margin: 3px 0;
	border: 0;
}
ul#menu li li li {
	border-top: none;
}

ul#menu li li div.title,
.menu_b{	
/*	width:180px;*/
			
	padding: 6px 0 6px 20px;
	text-transform: none;
	font-size: 9px;
	font-weight: bold;
	

}


ul#menu li li ul {
	padding: 1px 0 0;
}



ul#menu li li li {background:#BF8A5F;}

ul#menu li li li div.title,
.menu_c{	
/*	width:170px;*/

	padding: 6px 0 6px 0px;
	font-weight: normal;
	font-size: 11px;
	margin:0;
}
ul#menu li li li li div.title,
.menu_d {	
/*	width:160px;*/
	background: url(/images/arrow_small.gif) no-repeat 32px 10px #5F83FF;	
	padding: 6px 0 6px 40px;
}
ul#menu li li li li {background: url(/images/arrow_small.gif) no-repeat 40px 10px #CF9D74;}


.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: #fff;
}



#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 {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; }



