﻿div.TreeView
{
    margin: 0;
    padding: 0;
}

div.TreeView ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size:100%;
}

div.TreeView ul li
{
    padding: 0;
    margin: 0;
}

div.TreeView ul li a
{
	display:block;
	height:39px;
	line-height:39px;
	padding-left:30px;

}

div.TreeView ul li ul li a
{
	padding-left:30px;

}

.TreeView-Show
{
}

.TreeView-Hide
{
    display:none;
}


.TreeView-Leaf
{
	height:39px;
	width:199px;
	background: url(  "../images/butbackground2.gif" ) 0 0 no-repeat;
}


.TreeView-Leaf:hover
{
	background-position: 0 -39px;
}
.TreeView-Root
{
	width:199px;
	background: url(  "../images/butbackground.gif" ) 0 0 no-repeat;
	padding-left: 0;

}

.TreeView-Root:hover
{
	background-position: 0 -39px;
}

.TreeView-Root .TreeView-Leaf a
{
	padding-left: 47px;
}
