@charset "utf-8";
/* CSS Document */
.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;
}
.category_content ul
{
	float: left;
}
.category_content li
{
	background-image: url(/Tpl/eputian/Public/Images/2.gif);
	background-repeat: no-repeat;
	float: left;
	width: 180px;
	text-align: left;
	padding-left: 20px;
	line-height:34px;
}
.category_content li a
{
	/*color: #025589;*/
	text-decoration: none;
	color: #ffffff;
	line-height: 30px;
}
.category_content li a:hover
{
	text-decoration: underline;
}
.category_content li ul li a
{
	color: #000000;
	text-decoration: none;
}
.category_content li ul li ul li a
{
	color: #0033CC;
	text-decoration: underline;
}
.category_content li ul {
}
.category_content li ul li
{
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	background-image: none;
	line-height:22px;
	float: left;
	width: 160px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.category_content li ul li
{
	text-align:left;
	float: left;
}
.category_content .Opened
{
	font-weight: bold;
	
}
.category_content li .Opened
{
	font-weight: normal;
}
.category_content li .Closed 
{
	font-weight: normal;
}

