#menu_panel{
	width:0px;
	z-index:5000;
	background:#00002A;
	color:#FFF;
}

#menu_panel>div{
	position:fixed; 
	top:0px; 
	left:0px; 
	width:200px;
	height:100%;
	background:#00002A;
	z-index:5000;	
}
#menubtnpanel{
	width:100px;
	
}

#content_panel{
	width:100px;
	
}

#menu_click{
	background:#999;
	border:0px none;
	color:#FFF;
	width:25px;
	height:25px;
}

#fixedHeader{
	 height:50px;
	 top:0px;
	 left:0px;
	 position:fixed;
	 background: #00002A;
	 z-index: 99;
}
.menu_table {
	display:table;
	height:100%;
}
.menu_table>div {
	display:table-row-group;
	height:100%;
}


@media (min-width: 768px) {
	#menu_panel{
		width:200px;
		z-index:5000;
	}
	#content_panel{
		width:600px;
		padding-left:200px;
	}

}