
.sideMenu{
	width: 100%;
	margin: 0 auto;
}
.sideMenu h3{
	height: 50px;
	line-height: 50px;
	background: #e6e6e6;
	font-size: 16px;
	color: #2a333c;
	cursor: pointer;
	padding: 0 15px;
	margin:0;
	font-weight:normal;
	border-bottom: 1px solid #d3d3d3;
	
}
.sideMenu h3 a{
	color: #2a333c;
}
.sideMenu ul{
	display: none;
}
.sideMenu ul li{
	height: 36px;
	line-height: 36px;
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
	padding: 0 25px;
}
.sideMenu ul li a{
	color: #2a333c;
	font-size: 14px;
	font-weight: normal;
	
}