div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
    font-family:Arial;
	font-size:12px; 
	cursor:pointer;
}

div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

div.AspNet-TreeView li a
{
    text-decoration: none;
}

div.AspNet-TreeView li.AspNet-TreeView-Root
{
}

div.AspNet-TreeView li.AspNet-TreeView-Parent
{
}

div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
     cursor: pointer;
     font-family:Arial;
	font-size:12px;
    line-height: 15px;
    margin-left:20px;
    background-image: url(../images/people.gif);
    background-repeat:no-repeat;  
    background-position:0;
    padding-left:20px;
    
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(../images/tree/elbow-minus.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
   font-family:Arial;
	font-size:12px; 
    line-height: 15px;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background:  url(../images/tree/elbow-plus.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family:Arial;
	font-size:12px; 
    line-height: 15px;
}

div.AspNet-TreeView a,
div.AspNet-TreeView a:visited,
div.AspNet-TreeView a:active,
div.AspNet-TreeView a:hover,
div.AspNet-TreeView a:link
{
    color: #00008B;
    cursor: pointer;
}

div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: bold !important;
    color: #8A2BE2 !important;
}

div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
    font-weight: normal !important;
    color: #00008B !important;
}


