#sidebarhandle{
	display: block;
	position: absolute;
	z-index: 999;
	top: 70px;
	bottom: 0px;
	left: 0px;
	width: 32px;
	background: #4572a7;
	color: white;
	text-align: center;
}
#sidebarhandle span {
	display: block;
	cursor: pointer;
	height: 100%;
	padding-top: 5px;
	font-size: 20px;
}
#sidebarhandle.active{
	left: 260px;
}

#sidebar{
	z-index: 998;
	background: #fff;
	border-right: 1px solid #7BA2CC;
	left: -260px;
}
#sidebar.active{
	left: auto;
}

#mainmenu.active{
	z-index: 998;
}

#contentSection {
	left: 28px;
}