
.menu_toggle {
  background: rgba(0, 0, 0, 0) url("white_menu.png") no-repeat scroll right 0;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding-right: 20px;
  text-align: right;
	padding-bottom: 5px;
	display: none;
}

.menu_toggle.menu_black {
  background: rgba(0, 0, 0, 0) url("black_menu.png") no-repeat scroll right 0;
  color: #000;
}

.mod_menu_mobile_select {
  display: none;
  width: 100%;
  font-size: 130%;
  font-weight: bold;
	margin: 0;
	padding: 0;
}
