/* Some formatting for the menu UL tags themselves; remove margins */
ul.vatree .VAT-TITLE{
  background-image: url(../img/tree/vat_tree01_root.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
	line-height: 20px
}


ul.vatree {
 list-style-type: none;
 padding: 0px;
 margin: 0px;
 font: 12px sans-serif;
 /*padding-left: 37px;*/
}

ul.vatree A{
	text-decoration: none;
}

ul.vatree ul {
 list-style-type: none;
 padding: 0px 0px 0px 20px;
 margin: 0px;
 font: 12px sans-serif;
 /*padding-left: 37px;*/
}

/*
LI tags have a different background depending if they're the last node, and padding
The script will automatically assign these CSS classes to LI tags depending on their
expanded state, so we style them appropriately here.
*/
ul.vatree li {
 background: url(../img/tree/vat_tree01_node.gif) no-repeat;
 margin: 0px;
 padding: 0px;
 text-indent: 37px;
 cursor: default;
 
 line-height: 17px;
 padding-left: 0px;
 margin-left: 0px;
 vertical-align: top;
}
ul.vatree li.last {
 background-image: url(../img/tree/vat_tree01_node_last.gif);
}
ul.vatree li.plus {
 background-image: url(../img/tree/vat_tree01_plus.gif);
}
ul.vatree li.plus-last {
 background-image: url(../img/tree/vat_tree01_plus_last.gif);
}
ul.vatree li.minus {
 background-image: url(../img/tree/vat_tree01_minus.gif);
}
ul.vatree li.minus-last {
 background-image: url(../img/tree/vat_tree01_minus_last.gif);
}

/* The check-count SPANs. */
ul.vatree span.count {
 text-indent: 5pt;
 color: #999;
 font-style: italic;
}
