@charset "utf-8";
/* sdmenu */
div.sdmenu{
	
	margin:0 auto;
	font-family:Arial, sans-serif;
	font-size:14px;
	
	color:#999;
		background-color: #64B6E0;
}
div.sdmenu div{overflow:hidden;}
div.sdmenu div:first-child{}
div.sdmenu div.collapsed{
	height:75px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88CCEB;
	text-align: left;
	background-color: #64B6E0;
}
div.sdmenu div span{
	display:block;
	height:75px;
	line-height:75px;
	overflow:hidden;

	color:#727272;

	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88CCEB;
	text-align: left;
}
div.sdmenu div.collapsed span{
	color: #FFFFFF;
	background-color: #64B6E0;

}

div.sdmenu div a.current{
	padding-left:12px;
	display:block;
	line-height: 26px;
	height: 30px;
	background-color: #1995CF;

	padding-top: 8px;
	color:#AFF3F3;
	text-decoration:none;
	text-align: left;
}


.a22{
	padding-left:10px;
	display:block;
	color:#5E5E5E;
	line-height: 26px;
	height: 26px;
	background-color: #EFEFEF;
	
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9C9C9;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.a22:hover{line-height: 26px;
	height: 26px;
	color:#05618C;
	text-decoration:none;
	text-align: left;
	background-color: #DFF8FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.a23{
	padding-left:22px;
	display:block;
	color:#8A8A8A;
	line-height: 16px;
	height: 18px;
	background-color: #fff;
	background-image: url(../images/tree_line1.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 10px;
	margin-left: 5px;
}

.a23:hover{color:#3F5CC6;text-decoration:underline;}


	