.Container {
    padding: 0;
    margin: 0;
}

.Container li {
    list-style-type: none;
	float:left;
	border-bottom:1px dotted #d2d2d2;
	padding: 4px 0 0;
}

.Container li li {
	border-top:1px dotted #d2d2d2;
	border-bottom:0px solid;
}


/* indent for all tree children excepts root */
.Node {
	position:relative;
	float:left;
/*    background-position : top left;
    background-repeat : repeat-y;
	padding:0 0 0 5px;
    zoom: 1;*/
	width: 300px;
}

.Node .Node .Expand{
	padding:0 0 0 20px;
}
.Node .Node .Node .Expand{
	padding:0 0 0 40px;
	width:21px;
}
.Node .Node .Content{
	width:167px;
}
.Node .Node .Node .Content{
	width:154px;
}

.IsRoot {
    margin-left: 0;
}

.Node a{
	color:#5b5b5b;
	font: bold 12px Tahoma;
	text-decoration:none;
}

.Node a:Hover{
	color:#378200;
	text-decoration:underline;
}

.Node .Node a{
	color:#5b5b5b;
	font: 12px Tahoma;
	text-decoration:none;
}

.Node .Node a:Hover{
	color:#378200;
	text-decoration:underline;
}

.Node .Node .Node a{
	font: 11px Tahoma;
}


/* left vertical line (grid) for all nodes */
.IsLast {
    background-repeat : no-repeat;
}

.ExpandOpen .Expand {
    background: url(../images/arrow7.gif) 0px 4px no-repeat;
}

.ExpandClosed .Expand {
    background: url(../images/arrow2.gif) 0px 4px no-repeat;
}


.ExpandOpen .ExpandOpen .Expand{
    background: url(../images/minus.gif) 32px 4px no-repeat;
}

.ExpandOpen .ExpandClosed .Expand {
    background: url(../images/plus.gif) 32px 4px no-repeat;
}

.ExpandOpen .ExpandOpen .ExpandLeaf .Expand {
    background: url(../images/pimp2.gif) 50px 7px no-repeat;
}

.ExpandOpen .ExpandLeaf .Expand {
    background: url(../images/pimp2.gif) 35px 7px no-repeat;
}



.ExpandLeaf .Expand {
    background: url(../images/pimp2.gif) 4px 7px no-repeat;
}

.Content {
    width:188px;
    float: left;
}

.Expand {
    width: 28px;
    height: 18px;
    float: left;
}
  
.ExpandOpen .Container {
        display: block;
}

.ExpandClosed .Container {
        display: none;
}

.ExpandOpen .Expand, .ExpandClosed .Expand {
		float:left;
        cursor: pointer;
}
.ExpandLeaf .Expand {
        cursor: auto;
}        