.MobileMenu {
	width: 40px;
	height: 40px;
	margin-top: -40px;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
	background-image: url(../gfx/menu.png);
	background-position: top;
	background-repeat: no-repeat;
}
.MobileMenuLogged {
	width: 40px;
	height: 40px;
	margin-top: -15px;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
	background-image: url(../gfx/menu.png);
	background-position: top;
	background-repeat: no-repeat;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
  width: 400px;
  float: right;
 
}

.topnav #myLinks {
  display: none;
  text-align: left;
  font-size: 15px;
  color: white;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 400px;
  background-color: #505050;
  background-image: url(../gfx/BG_QuakeProLeague.png);
  background-position: top;
  background-repeat: no-repeat;
  float: right;
}

.topnav a {
  color: white;
  text-decoration: none;
  font-size: 15px;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}