#categoryMenu{

    margin:0px;
    color: #000;
    font-size:12px;
    font-weight:normal;
    line-height:29px;
    padding-left: 0px;
    
    display: block;

}
#menuBrands #categoryMenu{
    font-size:11px;
}
.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: Arial,Verdana,sans-serif;
    color:#000;
}
.treeview ul {
    margin-top: 4px;

}
.treeview ul li{
    padding-left: 6px;

}

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


.treeview li{

	margin-bottom: 2px;
        display:block;

}

.treeview li .Inactive{
    background-color: #2D0304;
    display:block;
    padding-left: 10px;


}

.treeview li .Active{
    background-color: #FFF;
    display:block;
    padding-left: 10px;
    
}

.treeview a{
    color:#000;
}

.treeview li .Active a{
    color:#000;
}

.treeview li .Inactive{
    color:#9F9F9F;
}
#submenu .treeview a.selected, #submenu .treeview a.Active {
    color: #9F9F9F;
    
}

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

#submenu .treeview .hover { cursor: pointer; }

.treeview li { /* background: url(../img/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(../img/treeview-default.gif);*/ }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

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

.treeview-black li { /* background-image: url(../img/treeview-black-line.gif);*/ }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../img/treeview-black.gif); }

.treeview-gray li {/* background-image: url(../img/treeview-gray-line.gif);*/ }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../img/treeview-gray.gif); }

