.treeview, .treeview ul 
{ 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul 
{
	background-color: white;	
}

.treeview .hitarea 
{
	background: url(../Images/treeview_default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
* html .hitarea 
{
	display: inline;
	float:none;
}

.treeview a.selected 	
{
    background-color: #bff2bf; 
    padding:1px 2px 1px 0;
 }

#treecontrol  
{
    margin: 1em 0; display: none; 
}

.treeview .hover  
{
    cursor: pointer; text-decoration: underline; 
}

.treeview li  
{
    background: url(../Images/line.gif) 0 0 no-repeat; 
}

.treeview li.collapsable, .treeview li.expandable  
{
    background-position: 0 -176px; 
}

.treeview .expandable-hitarea  
{
    background-position: -80px -3px; 
}

.treeview li.last  
{
    background-position: 0 -1761px     
}

.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: 1px 0 0 16px; 
}

.filetree span.folder, .filetree span.file  
{
    padding: 1px 0 1px 19px; display: block; 
}

.filetree span.folder  
{
    background: url(../Images/folder_open.png) 0 0 no-repeat; 
}

.filetree span.file  
{
    background: url(../Images/file.gif) 0 0 no-repeat; 
}

.filetree li.expandable span.folder  
{
    background: url(../Images/folder_closed.png) 0 0 no-repeat; 
}

.filetree a  
{
    font-size: 11px; text-decoration: none; font-weight:normal; 
}

td .menuBackStyle
{
    background-position: center;
    background-image: url(../images/menu_bg.gif);
    background-repeat: repeat-y;
}
