.sidetreecontrol
{
    color: #666666;
}

.treeview, .treeview ul {
    font-family: LatoLight;
    font-size: 11px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.treeview a {
    color: #333333;
    font-family: LatoLight;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px;
    text-decoration: none;
}

.sitemapnode {
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    border: none;
    color: #666666;
    font-family: LatoLight;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    outline: none;
    text-decoration: none;
    transition: color 0.5s ease;
    text-transform: uppercase;
}

.sitemapnode:hover {
    color: #b2d235;   
}

/*
.treeview a:hover { color: #023270; }*/

.treeview ul {
    background-color: transparent;
    margin-top: 4px;
}

.treeview .hitarea {
    background: url(../images/dark-treeview-default.gif) -64px -25px no-repeat;
    cursor: pointer;
    float: left;
    font-size: 11px;
    height: 16px;
    margin-left: -16px;
    text-decoration: none;
    width: 16px;
}

/* fix for IE6 */

* html .hitarea {
    display: inline;
    float: none;
}

.treeview li {
    margin: 0;
    padding: 3px 0pt 3px 16px;
    text-decoration: none;
}

.treeview a.selected { }

#treecontrol {
    display: none;
    margin: 1em 0;
}

.treeview .hover {
    /*color: #c6175e;*/
    cursor: pointer;
    text-decoration: none;
}

.treeview a.bottommenulink:hover
{
    color: #b2d235;
}

.treeview li { background: url(../images/dark-treeview-default-line.gif) 0 0 no-repeat; }

.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }

.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/dark-treeview-default.gif); }

.treeview li.lastCollapsable { background-position: 0 -111px }

.treeview li.lastExpandable { background-position: -32px -67px }


.treeview .ulstyle { padding-left: 25px; }