@charset "UTF-8";
#leftmenu
{
	position: fixed;
	left: -100px;
	top: 50px;
	width: 120px;
	height: 200px;
	z-index: 5000;
}
.leftmenu_btn
{
	height: 200px;
	width: 25px;
	position: absolute;
	left: 100px;
	top: 0;
	visibility: visible;
	display:block;
}
.leftmenu_content
{
	position: absolute;
	left: 0px;
	top: 0;
	min-height: 200px;
	width: 100px;
	display:block;
	background-color:#FFFFFF;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-pie-box-shadow: 0px 0px 24px #808080;
	-moz-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 24px -1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
}
