@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;
}

.mcontent ul
{
	margin:0;
	white-space: nowrap;
	padding-left: 8px;
}
.mcontent img.s
{
	width:16px;
	line-height:20px;
	display: inline;
}
.mcontent .Opened img.s
{
	background-image: url(opened.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.mcontent .Closed img.s
{
	background-image: url(closed.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.mcontent .Child img.s
{
	background:url(child.gif) no-repeat 13px 2px;
}

#leftsort
{
	float:left;
	width:160px;


}
.mcontent .Opened
{
	font-weight: bold;
}

.mcontent .Closed 
{
	font-weight: normal;
	BORDER-BOTTOM: #b0a593 1px solid;
}
.mcontent li .Opened
{
	font-weight: normal;
}
.mcontent li .Opened a 
{
	font-weight: bold;
	font-size: 12px;
}
.mcontent li .Closed 
{
	font-size: 12px;
}
  

.mcontent {
	font-size: 14px;

}
.mcontent a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.mcontent A:hover {
	COLOR: #ffff00
}
