﻿.CategoryMenuWrapper ul li 
{
    list-style: none;/* list-style: disc outside none;*/ 
    padding: 5px 10px;
    background: #cacaca;
    max-width: 295px;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 0.5px solid #bfbfbf;
}
.CategoryMenuWrapper ul li li:before { content: ".";  padding-right: 5px;}
.CategoryMenuWrapper ul li li 
{
    margin-left: -28px;
    width: 111%;
    background: none repeat scroll 0% 0% rgb(226, 226, 226);

}
.CategoryMenuWrapper ul li ul
{
    display: block;
    margin-top: 5px;    
}
#NBStoreTreeMenu .collapsable
{
    padding-bottom:0px;
    background:#0095cf;
}
.CategoryMenuWrapper .treeview li a 
{
    color: rgb(78, 78, 78);
}
.CategoryMenuWrapper .treeview li a.selected, .CategoryMenuWrapper .treeview li:hover, .CategoryMenuWrapper .treeview li a:hover
{
    color:#ffffff;
    background:#0095cf;
    
    }
    