.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;
}

/********************************************/
/* Define the menu level styles*/
.treeview a
{
    text-decoration: none;
}
/* level 1 */
.treeview li
{
    background-color: #48348b;
    background-color: #e8e8e8;
    xxfont-weight: bold;
    color: black;
    border-top: solid 1px white;
    line-height: 28px;
}
.treeview li a, .treeview li a:visited
{
    margin: 4px 0 4px 0;
    padding-left: 12px;
    color: black;
}
.treeview li a:hover
{
    color: #666666;
}

/* level 2*/
.treeview ul li
{
    background-color: #C0C0C0;
    font-weight: normal;
    color: #666;
    xxline-height: 20px;
}
.treeview ul li a, .treeview ul li a:visited
{
    color: #333333;
    padding-left: 20px;
    font-size:11px;
}
.treeview ul li a:hover
{
    color: #808080;
}
/* level 3*/
.treeview ul ul li
{
    background-color: #877ab4;
}
.treeview ul ul li a, .treeview ul ul li a:visited
{
    /*color: #666;*/
    padding-left: 22px;
}
.treeview ul ul li a:hover
{
    color: #cdcdcd;
}
/* level 4 and more */
.treeview ul ul ul li
{
    background-color: #A197C3;
    padding-left: 10px;
}
.treeview ul ul ul li a, .treeview ul ul ul li a:visited
{
    color: #fff;
}
.treeview ul ul ul li a:hover
{
    color: #cdcdcd;
}
