.treeview {
	padding-left: 20px;
	}
.treeview ul {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	}
.treeview li {
	background: url('images/bg_cat.gif') no-repeat left 6px;
	list-style-type: none;
	margin: 0;
	padding: 7px 0 2px 35px;
	position: relative;
	left: -16px;
	}
.treeview li.submenu {
	background: url('images/bg_cat_close2.gif') no-repeat left 4px;
	cursor: hand !important;
	cursor: pointer !important;
	}
.treeview li.submenu ul {
	display: none;
	}
.treeview .submenu ul li {
	cursor: default;
	}
.subcat {
	padding: 7px 0 2px 32px;
	background: url('images/coner2.gif') no-repeat 3px top;
}
.subcattree {
	margin-left: 3px;
	padding-left: 25px;
	background: url('images/coner.gif') no-repeat left -2px;
}
