.treeview_title {
	margin:10px 0;
	padding:15px 0px 15px 10px;
	color:#002b55;
	font-weight:bold;
	font-size:14px;
	background:#abb8c8;
}
.treeview,
.treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview {
	margin-bottom:50px;
}
.treeview ul {
	background-color: white;
}

.treeview .hitarea {
	/* background: url(../images/treeview-default.gif) -64px -25px no-repeat; */
	height: 20px;
	width: 30px;
	margin-top:2px;
	/* margin-left: -16px; */
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 11px 0 0 20px;
	border-bottom:1px solid #e1e1e1;
	line-height:1.3em;
}

.treeview a {
	color:#0066DD;
	text-decoration:none;
	font-weight:normal;
}
.treeview a:visited {
	color:#0066DD;
	font-weight:normal;
}
.treeview a:hover {
	color:#0066DD;
	text-decoration:underline;
	font-weight:normal;
}
.treeview a:active {
	color:#0066DD;
	text-decoration:underline;
	font-weight:normal;
}
.treeview a.selected {
	font-weight:bold;
	text-decoration:underline;
}


/* ’Ç‰Á */
.treeview li .collapsableMargin {
	height:10px;
}

.treeview li .expandable-hitarea {
	background: url(../images/plus-custom.gif) no-repeat 0 0;
}
.treeview li .collapsable-hitarea {
	background: url(../images/minus-custom.gif) no-repeat 0 0;
}
.treeview ul {
	margin:0 0 0 -20px;
	padding:12px 0 20px 0;
	border-top:1px solid #e1e1e1;
	background-color: #f5f5f5;
}
.treeview ul ul {
	margin:0;
	padding: 5px 0;
	border:none;
}
.treeview li li {
	margin-left: 20px;
	padding-top:8px;
	border: none;
	background: url(../images/treeview-custom-line.gif) 0 4px no-repeat;
	line-height:1em;
}

.treeview li li a {
	padding-left:5px;
}
.treeview li li .collapsableMargin {
	height:0;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li li .hitarea {
	background: url(../images/treeview-custom.gif) -26px 0 no-repeat;
	height: 16px;
	width: 26px;
	margin-top:-4px;
	margin-left:-20px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html li li .hitarea {
	display: inline;
	float:none;
}

.treeview li li.collapsable,
.treeview li li.expandable {
	background-position: -26px 0;

}

.treeview li ul .expandable-hitarea {
 	background-position:  0 -16px;
}

/* .treeview li.last {
	background-position: 0 -1766px;
}
.treeview li li.lastCollapsable,
.treeview li li.lastExpandable {
	background-image: url(../images/treeview-default.gif);
}
.treeview li li.lastCollapsable {
	background-position: 0 -111px;
}
.treeview li li.lastExpandable {
	background-position: -32px -67px;
}

.treeview div.lastCollapsable-hitarea,
.treeview div.lastExpandable-hitarea {
	background-position: 0;
} */

.treeview ul ul li {
	margin-left:5px;
}