﻿.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;

	float:left;

	overflow:visible;

	width:180px;

}



.menuDiv

{

	background: #FAFAFA;

	margin:14px 0 0 9px;

	width:171px;

	font-family: Verdana;

	font-size:11px;

	border-top:1px solid #BBBBBB;

	float: left;

	padding-top: 15px;

	display: inline; /* IE6 fix */

}



.AspNet-TreeView

{

	font-family:Verdana;

	color: #EE2D26;

	text-transform: uppercase;

}





.AspNet-TreeView ul li

{

	/*white-space: normal;*/

	font-size: 11px;

	clear: both;

}



.AspNet-TreeView ul ul

{

	margin: 2px 0 2px 10px;

}



.AspNet-TreeView ul li img

{

	border: none;

	vertical-align: middle;

	margin: 0 2px 0 0;

}



.AspNet-TreeView li a

{

	text-decoration: none;

}



/*.AspNet-TreeView li*/.AspNet-TreeView-Root

{

	/*margin: 7px 0 0 0;*/

	margin: 0;

	padding: 0 0 14px 0;

	/*display: inline;*/

}



.AspNet-TreeView-Root li {

	/*line-height: 15px;

	padding-top: 2px;*/

	padding-top: 1px;

	padding-bottom: 1px;

}



.AspNet-TreeView li.AspNet-TreeView-Root a

{

	

}



.AspNet-TreeView li.AspNet-TreeView-Parent a

{

	font-size:10px;

}



.AspNet-TreeView li.AspNet-TreeView-Leaf a

{

	font-size:10px;

	text-transform: none;

}



.AspNet-TreeView .AspNet-TreeView-ClickableNonLink

{

	cursor: pointer;

}



.AspNet-TreeView .AspNet-TreeView-Collapse

{

	background: url("images/collapse.gif") 0 0 no-repeat;

	width: 9px;

	height: 3px;

	float:left;

	cursor: pointer;

	margin: 6px 6px 0 4px;

	display: inline; /* IE6 fix */

}



.AspNet-TreeView .AspNet-TreeView-Expand

{

	background: url("images/expand.gif") 0 0 no-repeat;

	width: 9px;

	height: 9px;

	float:left;

	cursor: n-resize;

	margin: 3px 6px 0 4px;

	display: inline; /*IE6 fix */

}



.AspNet-TreeView a,

.AspNet-TreeView a:visited,

.AspNet-TreeView a:active,

.AspNet-TreeView a:link

{

	display: block;

	color: black;

	padding-left: 9px;

	padding-top: 1px;

	padding-bottom: 2px;

}

.AspNet-TreeView a:hover

{

	color:white;

	background: #EE2D26;

}



.AspNet-TreeView-Leaf {

	margin: 6px 0 5px 18px;

}



.AspNet-TreeView-Root li:hover {

	background: #EE2D26;

}

.AspNet-TreeView-Root li:hover a {

	color:white;

}



.AspNet-TreeView li.AspNet-TreeView-Selected

{

	background: #EE2D26;

	color:white;

}

.AspNet-TreeView-Selected a

{

	color:white !important;

}
