.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	background-color:#FFFFFF;
	width: 152px;
}
.treeview ul {
	margin-top: 4px;
	padding: 0;
	margin: 0;
}
ul#red li{

	width: 152px;
	

}

ul#red li a{
display: block;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #666;
text-decoration:none;
}
ul#red li ul li{
	
	width: 132px;
}
ul#red li ul li a{
display: block;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999966;
	text-decoration: none;
}
ul#red li ul li ul li a{
display: block;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;

}
.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 15px;
	width: 15px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;

}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 12px;
	
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { display: none; }

.treeview .hover { color: #666; 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 { background-image: url(images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px ;}
.treeview li.lastExpandable span { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(images/treeview-red-line1.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); }  

