@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;
}

#leftsort ul
{
	margin:0 0 0 8px;
	white-space: nowrap;
}
#leftsort img.s
{
	width:16px;
	line-height:20px;
	display: inline;
}
#leftsort .Opened img.s
{
	background-image: url(opened.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#leftsort .Closed img.s
{
	background-image: url(closed.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#leftsort .Child img.s
{
	background:url(child.gif) no-repeat 13px 2px;
}

#leftsort
{
	float:left;
	width:160px;

 
}

#leftsort .Opened
{
	font-weight: bold;
}
#leftsort .Opened a
{
	color: #FF3300;
}

#leftsort .Closed 
{
	font-weight: normal;
	
}
#leftsort .Closed a
{
	color: #FF3300;
	font-weight: bold;
}
#leftsort li .Opened
{
	font-weight: normal;
}
#leftsort li .Closed  a
{
	font-weight: normal;
	color: #000000;
}
#leftsort li .Closed 
{
	font-weight: normal;
}
#leftsort li .Opened a
{
	font-weight: normal;
	color: #000000;
}