.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the TreeView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

div.AspNet-TreeView
{
    margin: 0;
    padding: 0;
}

.leftNav div.AspNet-TreeView ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.leftNav div.AspNet-TreeView li
{
    margin: 0;
    padding: 2px;
    font-size: 10px;
}

.leftNav div.AspNet-TreeView li ul
{
    margin: 0;
    padding-left: 6px;
    padding-top: 4px;
}

.leftNav div.AspNet-TreeView li a
{
	text-decoration: none;
}

.leftNav div.AspNet-TreeView li a:link
{
	text-decoration: none;
	color: #000
}

.leftNav div.AspNet-TreeView li a:visited
{
	text-decoration: none;
	color: #000
}

.leftNav div.AspNet-TreeView li a:hover
{
	text-decoration: none;
	color: #e97700 !important;
}

.leftNav div.AspNet-TreeView li a:active
{
	text-decoration: none;
	color: #000
}

.AspNet-TreeView-Show
{
}

.AspNet-TreeView-Hide
{
    display:none;
}

.leftNav .AspNet-TreeView-Selected a
{
	color: #84725c !important;
}

.leftNav .AspNet-TreeView-ParentSelected a
{
	color: #000 !important;
}

