
#showmenu
	{
		position:absolute;
		left:3.2vw;
		top:3vw;
		width:55%;
		height:80%;
		max-height:85%;

		background-color:white;
		border-radius:15px;
		padding: 15px 10px 15px 10px;
		overflow:auto;
		z-index:4150;
		box-sizing: border-box;	
	}