ul.awtree, ul.awtree ul {
	list-style-type: none;
	background: url(img/vline.png) repeat-y;
	margin: 0;
	padding: 0;
}

ul.awtree ul {
	margin-left: 10px;
}

ul.awtree li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url(img/node.png) no-repeat;
	color: #369;
	font-weight: bold;
}

ul.awtree li:last-child
{
	background: #fff url(img/lastnode.png) no-repeat;
}

/*ul.awtree > li:first-child
{
	background: #fff none no-repeat;
} */
