@charset "utf-8";
.bk{ width:191px; height:100%; overflow:hidden; margin:0 auto;}
.menu ul li {
	display:block;
	width:191px;
	padding-top:2px;
	margin-bottom:5px;
	background-color:#c6e4ff;
	list-style:none;
	overflow:visible;
	line-height:36px;
	font-family:"微软雅黑";
	 color:#03579e;
	 font-size:14px;
}
.menu ul li a {
	display:block;
	height:36px; width:191px;
	margin-top:0px;
	 text-align:center;
	font-size:14px;
	color:#03579e;
	outline:none;
}
.menu ul li .active {
	background:url(../images/on.png) top right no-repeat;
}

.menu ul li .inactive {
	background:url(../images/off.png) top right no-repeat;
}
.menu ul li ul {
	display:none; 
	margin-top:-5px;
	margin-bottom:20px;
	background-color:#c6e4ff; height:100%;
}
.menu ul li ul li ul {
	margin-bottom:5px;
}
.menu ul li ul li {
	display:block;
	background:none;
	font-size:12px;
	list-style:circle;
	color:#8f9d4c;
	margin-bottom:14px;
	margin-top:15px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:1px;

}
.menu ul li ul li a {
	background:none;
	font-size:12px;
	height:15px;
	color:#8f9d4c;
	padding-left:0px;

}