@charset "utf-8";
.TreeMenu img.s
{
	cursor:hand;
	vertical-align:middle;
}
.TreeMenu ul
{
	padding:0;
}
.TreeMenu li
{
	list-style:none;
	padding:0;
}
.Closed ul
{
	display:none;
}
.Child img.s
{
	background:none;
	cursor:default;
}
#htmlTreeMenu ul
{
	margin:0 0 0 0px;
	white-space: nowrap;
}
#htmlTreeMenu li
{
	text-align:left;
	font-weight:bold;
}
#htmlTreeMenu li a
{
	/*color: #025589;*/
	text-decoration: none;	
}
#htmlTreeMenu li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	background-color: #025589;
}
#htmlTreeMenu li ul li a
{
	color: #000000;
	text-decoration: none;	
}
#htmlTreeMenu li ul li
{
	padding-left:0px;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
#htmlTreeMenu li ul li
{
	background-color: #ffffff;
	text-align:left;
}
#htmlTreeMenu .Opened
{
	font-weight: bold;
	
}
#htmlTreeMenu li .Opened
{
	font-weight: normal;
}
#htmlTreeMenu li .Closed 
{
	font-weight: normal;
}