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

.Container li {
    list-style-type: none;
}

.step2 {
	margin: 0px;
	padding: 5px;
}


/* indent for all tree children excepts root */
.step2 .Node {
    background-image : url('tp.gif');
    background-position : top left;
    background-repeat : repeat-y;
    margin-left: 10px;
    zoom: 1;
}

.step2 .IsRoot {
    margin-left: 0;
}
.step2 .ExpandOpen .Expand {
    background-image: url('minus.png');
    background-repeat: no-repeat;
}
 
/* closed is higher priority than open */
.step2 .ExpandClosed .Expand {
    background-image: url('plus.png');
    background-repeat: no-repeat;
}
 
/* highest priority */
.step2 .ExpandLeaf .Expand {
    background-image: url('dot.png');
    background-repeat: no-repeat;
    width:20px;
    height: 18px;
}

.Content {
    min-height: 18px;
    margin-left: 20px;
}

.Content a {
  text-decoration: none;
}

.Content a:hover {
  text-decoration: underline;
}

* .step2  .Content {
    height: 100%; 
}

.step2 .Expand {
    width: 20px;
    height: 18px;
    float: left;
}

.step2 .ExpandOpen .Container {
	display: block;
}

.step2 .ExpandClosed .Container {
	display: none;
}

.step2 .ExpandOpen .Expand, .step2 .ExpandClosed .Expand {
	cursor: pointer;
}
.step2 .ExpandLeaf .Expand {
	cursor: auto;
}


.step3 .Node {
	margin-left: 36px;
}
.step3 .Content {
	margin-left: 36px;
}
.step3 .IsRoot { margin-left: 0; }

.step3 input {
    width: 14px;
    height: 14px;
    float: left;
    margin: 2px;
}

.navtree-level1-active, .navtree-level2-active, .navtree-level3-active {
    padding: 5px 5px;
    border-color: #f1e1c8;
    border-radius: none;
    box-shadow: 0 0 3px #240402;
    margin: 3px 0px!important
}

.navtree-level1-active {
    background-color: #E0C8B2;
}

.navtree-level2-active {
    background-color: #F0D7C1;
}

.navtree-level3-active {
    background-color: #F3E5D9;
}

