@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

{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 5px;
	

}
.menu_content li

{
	background-color: #0063C6;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu_content ul li a

{
	text-align: center;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	font-size: 13px;
}
.menu_content li ul li 

{
	background-color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	padding-left:10px;
}

.menu_content img.s

{

	width:16px;

	line-height:20px;

	display: inline;

}

.menu_content .Opened img.s

{

	background-image: url(opened.gif);

	background-repeat: no-repeat;

	background-position: left bottom;

}

.menu_content .Closed img.s

{

	background-image: url(closed.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 li .Opened

{

	font-weight: normal;

}


.menu_content li .Closed 

{

	font-weight: normal;

}


.menu_content li ul li a

{

	font-weight: normal;

	color: #000000;

}
.menu_content li ul li ul li a

{

	font-weight: normal;

	color: #138FEC;

}