.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 {
	margin: 0;
	padding: 6px 0pt 5px 16px;
        background:url(../img/productmenu.gif) repeat-x;
        width: 172px;
        list-style: url(../img/arrow.gif);
        list-style-position: inside;
}

.treeview li a {color:#fff; text-decoration:none; font-weight:bold; font-size:11px;}


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

.treeview .hover { cursor: pointer; }


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




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


.listmenu{
	width:172px;
	height:15px;
	margin:0;
	background:url(../img/productmenu.gif) repeat-x;
	padding:7px 0 0 15px;

}
ul.menu_sub {
    background: #2d2d2d;
    margin-top: 5px;
}
ul.menu_sub li {
    background: none;
    width: 150px;
}
ul.menu_sub a {
    color:#fff; text-decoration:none; font-weight:bold; font-size:11px;
}
