@charset "utf-8";
/* CSS Document */
/*----------JQUERY TREEVIEW-----------*/
.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family:Arial, sans-serif;
}
.treeview ul {margin-top: 4px;}
	.treeview ul ul {margin-top:2px;margin-bottom:4px;}

.treeview .hitarea {
	background: url(http://www.ambest.com/homenav/images/treeview-default.png) -64px -23px no-repeat;
	height: 12px;
	width: 14px;
	margin-left: -14px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	margin: 0;
	padding: 6px 0px 0px 14px;
}
.treeview li li {
	margin: 0;
	padding: 1px 0px 0px 14px;
}

.treeview a.selected {
	/*background-color: #636363; padding:2px 12px 2px 2px; color:#ffffff;*/
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #0269F4; cursor: pointer; }

.treeview li { background:0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -4px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(http://www.ambest.com/homenav/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; }

.treeview .placeholder {
	background: url(http://www.ambest.com/homenav/images/ajax-loader.gif) 0 0 no-repeat;
	height: 12px;
	width: 14px;
	display: block;
}

