.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	/*background: url(../img/arrow.gif) no-repeat;*/
	height: 3px;
	width: 3px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	width:160px;
	line-height:22px;
	margin:0;
	background:#fbfbfb;
	padding:7px 0 0 5px;
	color:#fff;
	border-bottom: 1px solid #f2f2f2;
}

.treeview li a {color:#313131; 	text-decoration:none;  font-size:13px;}


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

.treeview li.hover {cursor: pointer; background:url(../img/prodlist_over.gif) repeat-x;}


.treeview .expandable-hitarea { background-position: -80px -3px; }




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


.listmenu{
	width:160px;
	height:22px;
	margin:0;
	background:#fbfbfb;
	padding:7px 0 0 5px;
	color:#fff;
	border-bottom: 1px solid #f2f2f2;
}
.listmenu a {color:#313131; 	text-decoration:none;  font-size:13px; }
.listmenu a:hover {color:#91ab0f;}
ul.menu_sub {
    background: none;
    padding-left: 10px;
}
ul.menu_sub li {
    background: none;
    width: 150px;
    border-bottom: none;
}
ul.menu_sub a {
    color:#313131;
    text-decoration:none;
    font-size:13px;
}
