﻿.navbar {
	display: inline-block;
  text-align: center;
  overflow: hidden;
}
.navbar a {
	float: left;
  font-family: Arial;
  font-weight:400;
  font-size: 15px;
  color: white;
  padding: 8px 12px;
  text-decoration: none;
}
.subnav {
	float: left;
  overflow: hidden;
}
.subnav .subnavbtn {
	font-size: 15px;  
  border: none;
  outline: none;
  color: white;
  padding: 8px 16px;
  background-color: inherit;
  font-family: Arial;
  font-weight:400;
  margin: 0;
}
.navbar a:hover, .subnav:hover .subnavbtn {
	background-color: #0099ff;
  color: white;
}
.subnav-content {
	display: none;
  position: absolute;
  left: 0px;
  background-color: #0099ff;
  width: 100%;
  height: 50px;
  z-index: 1;
}
.subnav-content a {
	float: left;
  font-family: Arial;
  font-weight:400;
  font-size: 15px;
  color: white;
  padding: 15px 16px;
  text-decoration: none;
}
.subnav-content a:hover {
	background-color: #eee;
  color: black;
  height: 20px;
}
.subnav:hover .subnav-content {
	display: block;
}

#divAudioContainer {
	position: relative;
	display: block;
	margin: auto;
	width: 960px;
	height: 40px;
	// border: 1px solid black;	
}

#divActiveMenu {
	position: absolute;
	display: block;
	left: 0px;
	top: 5px;
	width: 300px;
	height: 30px;
	// border: 1px solid black;	
}

#divAudio {
	position: absolute;
	display: block;
	left: 329px;
	top: 0px;
	width: 270px;
	height: 40px;
}

#divRead {
	position: absolute;
	display: block;
	left: 635px;
	top: 5px;
	width: 250px;
	height: 30px;
	// border: 1px solid black;	
}




