.Container a{
    text-decoration: none;
    color: #000000;
}


.Container {
    padding: 0;
    margin: 0;
}

.Container li {
    list-style-type: none;
}
/* indent for all tree children excepts root */
.Node {
    background-image : url(/images/i.gif);
    background-position : top left;
    background-repeat : repeat-y;
    //margin-left: 18px;
    //margin-bottom: 10px;
    zoom: 1;
}

.IsRoot {
    margin-left: 0;
}


/* left vertical line (grid) for all nodes */
.IsLast {
    background-image: url(/images/i_half.gif);
    background-repeat : no-repeat;
}
 
.ExpandOpen .Expand {
    background-image: url(/images/expand_minus.gif);
}
 
/* closed is higher priority than open */
.ExpandClosed .Expand {
    background-image: url(/images/expand_plus.gif);
}
 
/* highest priority */
.ExpandLeaf .Expand {
    background-image: url(/images/expand_leaf.gif);
}

.Content {
    min-height: 18px;
    margin-left:18px;
    padding-left: 5px;
    padding-bottom: 5px;
}

* html  .Content {
    height: 18px; 
}

.Expand {
    width: 18px;
    height: 18px;
    float: left;
}
.ExpandLoading   {
    width: 18px;
    height: 18px;
    float: left;
    background-image: url(/images/expand_loading.gif);
}
.ExpandOpen .Container {
	display: block;
}
.ExpandClosed .Container {
	display: none;
}

.ExpandOpen .Expand, .ExpandClosed .Expand {
	cursor: pointer;
}
.ExpandLeaf .Expand {
	cursor: auto;
}	
div.cat_menu>ul>li.ExpandLeaf{
    background-image : url(/images/i.gif);
    background-position : top left;
    background-repeat : repeat-y;   
}
div.cat_menu>ul>li.IsLast{
    background-image: url(/images/i_half.gif);
    background-repeat : no-repeat;
    background-position : 0 0;
}
li.lvl2{
    margin-left: 18px;
    background-image : url(/images/i.gif);
    background-position : top left;
    background-repeat : repeat-y; 
}
li.lvl2.IsLast{
    background-image: url(/images/i_half.gif);
    background-repeat : no-repeat;
}
li.lvl3{
    margin-left: 18px;
    background-image : url(/images/i.gif);
    background-position : top left;
    background-repeat : repeat-y; 
}
li.lvl3.IsLast{
    background-image: url(/images/i_half.gif);
    background-repeat : no-repeat;
}
li.lvl4{
    margin-left: 18px;
    background-image : url(/images/i.gif);
    background-position : top left;
    background-repeat : repeat-y; 
}
li.lvl4.IsLast{
    background-image: url(/images/i_half.gif);
    background-repeat : no-repeat;
}
li.lvl5{
    margin-left: 18px;
    background-image : url(/images/i.gif);
    background-position : top left;
    background-repeat : repeat-y; 
}
li.lvl5.IsLast{
    background-image: url(/images/i_half.gif);
    background-repeat : no-repeat;
}
li.lvl6{
    margin-left: 18px;
    background-image : url(/images/i.gif);
    background-position : top left;
    background-repeat : repeat-y; 
}
li.lvl6.IsLast{
    background-image: url(/images/i_half.gif);
    background-repeat : no-repeat;
}
li.lvl7{
    margin-left: 18px;
    background-image : url(/images/i.gif);
    background-position : top left;
    background-repeat : repeat-y; 
}
li.lvl7.IsLast{
    background-image: url(/images/i_half.gif);
    background-repeat : no-repeat;
}
div.cat_menu{
    background-color: #e9e9eb;
    border: 1px solid #8d919a;
    padding: 9px;
}