.TreeMenu img.s
{
	cursor:hand;
	vertical-align:middle;
}
.TreeMenu ul
{
	padding:0;
	font-size:12px;
}
.TreeMenu li
{
	list-style:none;
	padding:0;
	font-size:12px;
	width:180px;	
}
.Closed ul
{
	display:none;
}
.Child img.s
{
	background:none;
	cursor:default;
}

#CategoryTree ul
{
	margin:0 0 0 10px;
}
#CategoryTree img.s
{
	width:34px;
	height:20px;
}
#CategoryTree .Opened img.s
{
	background:url(skin3/opened.gif) no-repeat 0 1px; 
}
#CategoryTree .Closed img.s
{
	background:url(skin3/closed.gif) no-repeat 0 1px; 
}
#CategoryTree .Child img.s
{
	background:url(skin3/child.gif) no-repeat 13px -2px;
}

#CategoryTree
{
	float:left;
	width:130px;
	border:0px solid #99BEEF;
	/* background:#D2E4FC;*/
	color:inherit;
	margin:0px;
	padding:0px;
}


a.treefont_01:link,a.treefont_01:active,a.treefont_01:visited{
font-size:12px;
text-decoration:none;
}
a.treefont_01:hover{
font-size:12px;
text-decoration:underline;
}