.menu_icon
{
	width:35px;
	height:35px;
	cursor:pointer;
}
.menu_tran
{
	-webkit-transition: all 0.7s ease;
	-moz-transition:	all 0.7s ease;
	-ms-transition:	 	all 0.7s ease;
	-o-transition:	  	all 0.7s ease;
	transition:		 	all 0.7s ease;
}
.menu
{
	right:-170px;
	-webkit-transition: all 0.4s ease;
	-moz-transition:	all 0.4s ease;
	-ms-transition:	 	all 0.4s ease;
	-o-transition:	  	all 0.4s ease;
	transition:		 	all 0.4s ease;
	
}