#navigation-menu-displaying-changer-icon
{
	position:fixed;
	left:20px;
	bottom:20px;
	width:30px;
	height:25px;
	opacity:0.8;
	cursor:pointer;
}
@media screen and (max-width: 700px)
{
	#navigation-menu-displaying-changer-icon
	{
		left:10px;
		bottom:10px;
	}
}
.navigation-menu
{
	bottom:45px;
	left:50px;

	position:fixed;
	z-index:1000;
	border:0px solid red;
	display:none;
	
	box-shadow: 0px 2px 4px #212121;
	-webkit-box-shadow:  0px 2px 4px #212121;
	-moz-box-shadow: 0px 2px 4px #212121;
}
.navigation-menu-link
{
	font-size:17px;
	color:white;
	background:rgba(81,81,81,0.9);
	padding:20px 20px;

	display:block;
	position:relative;
	text-decoration:none;
	cursor:pointer;
}
.navigation-menu-link-bottom-separator
{
	background:#4e4e4e;
	height:1px;
	display:block;	
	opacity:1;	
}
.navigation-menu-link-top-separator
{
	background:#6d6d6d;
	height:1px;
	display:block;
	opacity:1;	
}