body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

.navbar {
  overflow: hidden;
  background-color:#333;
  width:960px;

}

.navbar a {
  float: left;
  font-size: 18px;
  
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  
  
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 18px;  
  border: none;
  outline: none;
  color: white;
 padding: 24px 16px;
  background-color: inherit;
  font-family: inherit;
/* margin-top:10px;*/
  


}
.subnav .subnavbtn .active {
	background-color:#C60;
}
.navbar a:hover, .subnav:hover .subnavbtn  {
  background-color: #39F;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: #39F;
  
}
.subnav-content {
  display:none;
  position:absolute;
   background-color:#000;
  text-align:center;
     z-index: 1;
	  word-wrap: break-word;

}

.subnav-content a {

  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color:#39F;
  color: black;
  float: left;
}

.subnav:hover .subnav-content {
  display: block;
}