@charset "utf-8";


.TreeMenu img.s
{
	cursor:hand;
	vertical-align:bottom;
}
.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
{
	margin:0 0 0 8px;
	white-space: nowrap;
}
#menu_content img.s
{
	width:7px;
	line-height:9px;
	
}
#menu_content .Opened img.s
{
	background-image: url(opened.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#menu_content .Closed img.s
{
	background-image: url(closed.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#menu_content .Child img.s
{
	background:url(child.gif) no-repeat 13px 2px;
}



#menu_content .Opened
{
	font-weight: bold;

	
}
#menu_content .Opened a
{
	color: #FFFFFF;
	padding-left: 2px;

}

#menu_content
{

	line-height:30px;
	
	
}
#menu_content .Closed a
{
	color: #000000;
	font-weight: bold;
	padding-left: 2px;
}
#menu_content li .Opened
{
	font-weight: normal;


}
#menu_content li .Closed  a
{
	font-weight: normal;
	color: #000000;
}
#menu_content li .Closed 
{
	font-weight: normal;
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
#menu_content li .Opened a
{
	font-weight: normal;
	color: #000000;

}