
#menu {
  background: #0db5b5;
  width: 100%;
  text-align: right;
  float:right;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}
#menu a {
  color: #ffffff;
  text-decoration: none;
}
#menu a:hover {
  color: #ecf0f1;
}
#menu ul {
  padding:0;
  margin:0;
}
#menu li {
  list-style: none;
  width:230px;
  margin: 0 auto;
  float:left;
  line-height: 50px;
}
#menu li2 {
  list-style: none;
  width:150px;
  margin: 0 auto;
  float:right;
  line-height: 50px;
  text-align: left;
}
#menu li ul { 
  position:absolute;
  display: none;
  text-align: center;
} 
#menu li ul li {
  float: none;
  display: inline;
  width:200px;
  line-height:35px;
}
#menu li ul li:hover {
  background: #c392b;
}
#menu li:hover ul {
  display:block;
}
#menu li ul li { 
  display: block; 
  background:#92d3d3;
}
	
		
	
   body {
	background: #ecf0f1;
	font-family: Calibri, Arial, sans-serif;
	color: #000000;
}
.button {
  background: rgba(255,255,255,.2);
  display: inline-block;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  padding: .5em 2em;
  outline: none;
  border: 2px solid;
  border-radius: 5px;
  transition: 0.2s;
} 
.button1 {
  background: rgba(255,255,255,.2);
  display: inline-block;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  padding: .5em 2em;
  outline: none;
  border: 2px solid;
  border-radius: 5px;
  transition: 0.2s;
} 
.button:hover { background: #ffffff; }
.button:active { background: #808080; }


.custom-select {
	width: 150px;
	height: 30px;
	overflow: hidden;
	background: rgba(255,255,255,.2);
	border-radius: 5px;
	border: 2px solid;
}

.custom-select select {
	width: 140px;
	height: 30px;
	background: rgba(255,255,255,.2) url(../arrow.png) no-repeat 127px 13px;
	-webkit-appearance: none;
	outline: 0;
	border: 0;
	font: 12px Arial;
	color: #000000;
	padding: 6px 8px;
}
.custom-select:hover {
	background-color: #fff;
}
   img {
   	color: #000000;
    border: 3px solid;
	border-radius: 5px;
   }

