.Tree		{
			margin:0px;
			padding:0px;
  		}
.Tree ul	{	/* Sub menu groups */
			margin-left:20px;	/* Left spacing */
			padding-left:0px;
			display:none;	/* Initially hide sub nodes */
			line-height:25px;
  		}
* html .Tree ul { height:25px; }
*+html .Tree ul { height:25px; }

.Tree li	{	/* Nodes */
			list-style-type:none;
			vertical-align:middle;
			line-height:25px;
			padding-top:0px;
  		}
* html .Tree li { height:25px; }
*+html .Tree li { height:25px; }

.Tree li a	{	/* Node links */
			color:#000;
			text-decoration:none;
			font-family:Verdana;
			font-size:12px;
			padding-left:7px;
			line-height:25px;
			}
* html .Tree li a { height:25px; }
*+html .Tree li a { height:25px; }

.Tree2		{
			margin:0px;
			padding:0px;
  		}
			
.Tree2 ul	{	/* Sub menu groups */
			margin-left:10px;	/* Left spacing */
			padding-left:0px;
			display:none;	/* Initially hide sub nodes */
			line-height:16px;
			}
* html .Tree2 ul { height:20px; }
*+html .Tree2 ul { height:20px; }

.Tree2 li	{	/* Nodes */
			list-style-type:none;
			vertical-align:middle;
			line-height:20px;
			padding-top:0px; 
			}
* html .Tree2 li { height:20px; }
*+html .Tree2 li { height:20px; }

.Tree2 li a	{	/* Node links */
			color:#000;
			text-decoration:none;
			font-family:Verdana;
			font-size:10px;
			padding-left:2px;
			line-height:16px;
			}
* html .Tree2 li a { height:20px; }
*+html .Tree2 li a { height:20px; }

