.menu{
	background:url(../graphics/sidenav.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	left: 0px; 
    top: 0px;
	/*font-size: 2em;
	font-family: ;
	font-style: center;*/
	width:55px;
	height: 100vh;
	position:fixed;
	float:left;
	/*padding: center;*/
	margin-left: 0px;
	-webkit-transition: width 2s, height 4s; /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 4s;
}

.menu.letsmakemenustick {
		background:url(../graphics/sidenavex.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		opacity: 0.7;
		font-size: 2em;
		color:white;
		width: 200px;
		overflow: hidden;
}