.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the TreeView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.ApoTree div.AspNet-TreeView
{
	margin-top: 17px;
	margin-left: 9px;
}

.ApoTree div.AspNet-TreeView ul li
{
    white-space: nowrap;
    font-size: 11px;
    line-height: 15px;
    font-family: verdana;
    margin-top:3px;
    margin-bottom:3px;
}

.ApoTree div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

.ApoTree div.AspNet-TreeView ul li img 
{
    border: none;
    margin: 0px 2px 0px 0px;
}

.ApoTree div.AspNet-TreeView li a
{
    text-decoration: none;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.ApoTree div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

.ApoTree div.AspNet-TreeView a
{
    color: #000;
}

/* Menulevel 1 */
.ApoTree div.AspNet-TreeView .AspNet-TreeView-ChildSelected a
{
    color: #0080c3;
}
.ApoTree div.AspNet-TreeView .AspNet-TreeView-Parent a
{
    color: #000000;
}
/* Menulevel 2 */
.ApoTree div.AspNet-TreeView ul li ul .AspNet-TreeView-ChildSelected a
{
    color: #0080c3;
}
.ApoTree div.AspNet-TreeView ul li ul li .AspNet-TreeView-Parent a
{
    color: #000000;
}
/* Menulevel 3 */
.ApoTree div.AspNet-TreeView ul li ul li ul .AspNet-TreeView-ChildSelected a
{
    color: #0080c3;
}
.ApoTree div.AspNet-TreeView ul li ul li ul li .AspNet-TreeView-Parent a
{
    color: #000000;
}
/* Menulevel 4 */
.ApoTree div.AspNet-TreeView ul li ul li ul li ul .AspNet-TreeView-ChildSelected a
{
    color: #0080c3;
}
.ApoTree div.AspNet-TreeView ul li ul li ul li ul li .AspNet-TreeView-Parent a
{
    color: #000000;
}

.ApoTree div.AspNet-TreeView .AspNet-TreeView-ParentSelected a
{
    color: #000 !important;
}

.ApoTree div.AspNet-TreeView .AspNet-TreeView-Leaf a
{
    color: #000;
}

.ApoTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    color: #0080c3;
}

.ApoTree div.AspNet-TreeView a:hover
{
	color: #0080c3 !important;
}
