@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;
}
.menu_content ul
{
}
.menu_content img.s
{
	width:16px;
	line-height:20px;
	display: inline;
	float: left;
}
.menu_content .Opened img.s
{
	background-image: url(bclassc.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu_content .Closed img.s
{
	background-image: url(bclasso.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu_content .Child img.s
{
	background-image: url(child.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu_content .Opened
{
	font-weight: bold;
}
.menu_content .Opened a
{
	color: #666666;
	display: block;
}
.menu_content
{
	line-height:30px;
	text-align: left;
	margin-top: 5px;
	float: left;
	width: 200px;
	word-wrap:break-word;
}
.menu_content li
{
	float: left;
	width: 200px;
	word-wrap:break-word;
	background-color: #B0E6FF;
	overflow: hidden;
}
.menu_content li ul li
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	background-color: #66CCFF;
	width: 195px;
	word-wrap:break-word;
	padding-left: 5px;
}
.menu_content .Closed a
{
	color: #333333;
	font-weight: bold;
}
.menu_content li .Opened
{
	font-weight: normal;
}
.menu_content li .Closed  a
{
	font-weight: normal;
	color: #000000;
}
.menu_content li .Closed 
{
	font-weight: normal;
}
.menu_content li .Opened a
{
	font-weight: normal;
	color: #000000;
}
