*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
img{
	border: none;
}
.sideMenu{
	width: 142px;
	margin: 0 auto;
    float:left;
	margin-top:200px;
z-index: 11; position: fixed ! important; left: 0px; top: 0px;
}
.sideMenu h3{
	width: 122px;
	height: 36px;
	line-height: 36px;
	background: #00a0e9;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	padding: 0 10px;
		border-bottom:1px solid #FFF;
}
.sideMenu h3 a{
	color: #fff;
}
.sideMenu ul{
	display: none;
}
.sideMenu ul li{
	width: 122px;
	height: 36px;
	line-height: 36px;
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
	padding: 0 10px;
}
.sideMenu ul li a{
	color: #919191;
	font-size: 14px;
	font-weight: normal;
	
}