﻿.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. */

#menuContainer
{
	_display:inline;
}

.menuDiv
{
	_display: inline; /* IE6 fix */
}

.AspNet-TreeView .AspNet-TreeView-ClickableNonLink
{
	cursor: pointer;
}

.AspNet-TreeView .AspNet-TreeView-Collapse
{
	cursor: pointer;
	_display: inline; /* IE6 fix */
}

.AspNet-TreeView .AspNet-TreeView-Expand
{
	cursor: n-resize;
	_display: inline; /*IE6 fix */
}

.menuDiv {
    border-top: 1px solid #e5e8e8;
    font-family: 'DTL Caspari WT','freight-sans-pro',Arial,Sans-Serif;
    font-weight: 500;
}
.menuDiv a {text-decoration:none;color:#5d5b55;}
.menuDiv a:hover {color:#319d73;}
.menuDiv ul, .menuDiv ul li {margin:0;padding:0;list-style-type:none;}
.menuDiv ul ul {line-height:20px;margin-top: 4px !important;margin-bottom:8px !important;}
.menuDiv .AspNet-TreeView-Root 
{
    padding: 9px 0 9px 22px;
    text-transform: uppercase;
    font-size: 1rem;
    border-bottom:1px solid #e5e8e8;
    color:#323029;
}
.menuDiv .AspNet-TreeView-Root ul 
{
    text-transform: none;
    font-size:14px;
}
.menuDiv .AspNet-TreeView-Collapse,
.menuDiv .AspNet-TreeView-Expand 
{
    float:left;
    display:block;
    width:15px;height:15px;margin:3px 0 0 -21px;
    background: url(../images/bullet.png) no-repeat top left transparent;
}
.menuDiv .AspNet-TreeView-Collapse 
{
    background: url(../images/bullet_open.png) no-repeat top left transparent;
}
.menuDiv .AspNet-TreeView-ChildSelected , .menuDiv .AspNet-TreeView-Selected, .menuDiv .AspNet-TreeView-Selected a
{
    color: #319d73;
}
.menuDiv .AspNet-TreeView-Hide 
{
    display:none;
}