#asideMenu {
	top: 0px; width: 90px; height: 100%; right: -90px; position: fixed; z-index: 100; background-color:#E4E4E4;
}

#asideMenu .asideBtn .asideOpen {
	width: 100%; height: 72px; text-align: center; color: rgb(255, 255, 255); line-height: 50px;
	display: block; cursor: pointer; background-color: rgb(65, 65, 65); background: url("/img/side_close.png") no-repeat 0px 0px; border-bottom:1px solid #BDBDBD;
}

#asideMenu .asideBtn a.topBtn {
	border-radius: 50%; width: 48px; height: 48px; text-align: center; right: 23px; display: block; position: fixed; z-index: 999; background-color:#E4E4E4; 
}

#asideMenu .asideBtn a.topBtn i {
	color: rgb(233, 233, 233); vertical-align: top;
}
