.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview ul {
	margin-top: 4px;
}
.treeview .hitarea {
	background: url(/images/treeview-default.png) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	float: left;
	cursor: pointer;
	margin-left:-16px;
	margin-top:3px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li {
	margin: 0;
	margin-right:20px;
}
.treeview a.selected {
	background-color:none;
}
#sidetree {
	margin-left:-5px;
	margin-bottom:15px;
}
#treecontrol {
	margin: 1em 0;
	display: none;
}
#sidetreecontrol {
font-family:font-family:Lucida Grande, Helvetica, Arial, sans-serif;
	font-size:9px;
	color:#666;
	margin-bottom:5px;
	margin-left:10px;
}
#sidetreecontrol a {
font-family:font-family:Lucida Grande, Helvetica, Arial, sans-serif;
	font-size:9px;
	color:#666;
}
#sidetreecontrol a:hover {
font-family:font-family:Lucida Grande, Helvetica, Arial, sans-serif;
	font-size:9px;
	color:#bd231c;
}
.treeview a:hover {
	color: #444;
	cursor: pointer;
	text-decoration:none;
}
.level1 a {
	margin-bottom:-5px;
	color:#666;
	text-decoration:none;
}
.level1 a:hover {
	margin-bottom:-5px;
	text-decoration:none;
	color:#bd231c;

}
.level2 {
	color:#999;
	text-decoration:none;
	margin-left:20px;
}
.level2 a {
	color:#999;
	text-decoration:none;
}
.level2 a:hover {
	color: #bd231c;
	cursor: pointer;
	text-decoration:none;
}
.level3 a {
	color:#353535;
	text-decoration:none;
}
.level3 a:hover {
	color: #bd231c;
	cursor: pointer;
	text-decoration:none;
}
.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.png);
}
.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;
}

