﻿.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: 12px 0px 28px 5px;
    padding: 0px;
    font-size: 1.1em;
}

div.AspNet-TreeView ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.AspNet-TreeView-Show
{
}

.AspNet-TreeView-Hide
{
    display:none;
}

.AspNet-TreeView-Selected
{
	font-weight: bold;
	background-image: url(/Images/Sections/SimpleNav.png);
	background-repeat: no-repeat;
	padding: 8px 15px 14px 20px;
}

.AspNet-TreeView-ParentSelected
{
	font-weight: normal;
}

.AspNet-TreeView a:link
{
	color: #000;
	text-decoration: none;
}
.AspNet-TreeView a:visited
{
	color: #000;
	text-decoration: none;
}
.AspNet-TreeView a:hover
{
	color: #000;
	text-decoration: none;
}
.AspNet-TreeView a:active
{
	color: #000;
	text-decoration: none;
}
*/
