.treeview, .treeview ul { 
	padding: 0;
	margin:0 0 0 5px;
	list-style: none;
	/*background: url(../../../images/FontEnd/gif/menu_left_bg.gif) no-repeat transparent;*/
}

.treeview ul {
	/*margin-top: 4px;*/
	background: url(../../../images/FontEnd/gif/menu_left_bg.gif) no-repeat transparent;
}

.treeview .hitarea {
	background: url(../../../images/FontEnd/gif/icon/minus.gif) no-repeat transparent;
	height: 18px;
	width: 9px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
	background: url(../../../images/FontEnd/gif/icon/minus.gif) no-repeat transparent;
	height: 18px;
	width: 9px;
}

.treeview li { 
	margin: 0;
	padding: 0 0 0 16px;
	line-height:26px;
	background: url(../../../images/FontEnd/gif/menu_left_bg.gif) no-repeat transparent;
}

.treeview a.selected {
	/*background-color: #eee;*/
	background: url(../../../images/FontEnd/gif/menu_left_bg.gif) no-repeat transparent;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #00288a; cursor: pointer; }

.treeview li.collapsable { background: url(../../../images/FontEnd/gif/icon/minus.gif) no-repeat transparent;}
.treeview li.expandable { background: url(../../../images/FontEnd/gif/icon/plus.gif) no-repeat transparent; }

.treeview .expandable-hitarea { background: url(../../../images/FontEnd/gif/icon/plus.gif) no-repeat transparent;}

.treeview li.last { background: url(../../../images/FontEnd/gif/menu_left_bg.gif) no-repeat transparent; }
.treeview li.lastCollapsable, .treeview li.lastExpandable { /*background-image: url(../../../images/FontEnd/gif/menu_left_bg.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 0; }
