/* Frame emulation */
BODY {
	margin: 0;
}
#leftbar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	margin-top: 24px;
	width: 200px;
	height: 100%;
	overflow: hidden;
}
body.no-top-menu #leftbar {
	margin-top: 0;
}
