.treeview, .treeview ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.treeview
{
    width: 198px;
}
.treeview
{
    padding: 0;
    padding-top: 37px;
    background-image: url(images/back-prod-menu.gif);
    background-repeat: no-repeat;
    text-align: left;
}
.treeview .hitarea
{
    background: url(images/treeview.png) 0px 0px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    margin-right: 4px;
    margin-top: 6px;
    float: right;
    cursor: pointer;
}
/* fix for IE6 */
* html .hitarea
{
    display: inline;
    float: none;
}
.treeview .expandable-hitarea
{
    background-position: -16px 0px;
}
.treeview .collapsable-hitarea
{
    background-position: 0px 0px;
}
