@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:0 0 0 0px;
	white-space: nowrap;
}
.menu_content li
{
	text-align:left;
	font-weight:bold;

}
.menu_content li a
{
	color: #025589;
	text-decoration: none;	
}
.menu_content li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	background-color: #025589;
}
.menu_content li ul li a
{
	color: #000000;
	text-decoration: none;	
}
.menu_content li ul li
{
	padding-left:8px;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
.menu_content li ul li
{
	background-color: #ffffff;
	text-align:left;
}
.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 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 li .Opened
{
	font-weight: normal;
}

.menu_content li .Closed 
{
	font-weight: normal;
}

