.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}


.treeview ul {
	margin-top: 4px;
}

/*有次選單的選項-展開的狀態*/
.treeview .hitarea {
	background:  transparent url(single.gif) no-repeat 6px 0.5em;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 

	margin: 0;
	/*padding: 3px 0 3px 16px;*/
	padding: 6px 0 6px 0px;
}

.treeview a.selected {
	color: #fff;
	background-color: #79B214;
	padding:2px
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #ff6600; cursor: pointer; }

/*.treeview li { background: url(treeview-default-line.gif) 0 0 no-repeat; }*/



/*有次選單的選項-收起來的狀態*/
.treeview .expandable-hitarea { 
	background:  transparent url(parent.gif) no-repeat 6px 0.5em;
}


/*.treeview li.last { background-position: 0 -1766px }*/
/*.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(parent.gif); } */ 
/*.treeview li.lastCollapsable { background-position: -10px -0.5em; }*/
/*.treeview li.lastExpandable { background-position: -10px -0.5em; }*/





.treeview a{ 
	color:#666;
}

.treeview li a:hover{ 
	color:#ff6600;
}

.treeview li li a, .treeview li li { 
	color:#999;
}


.treeview li li li a, .treeview li li li { 
	color:#79B214;
}


.treeview a.selected:hover {
	color: #fff;
	background-color: #ff6600;
	padding:2px
}

