#navsite {
  width: 160px;
  padding: 0;
  margin-bottom: 4px;
  background-color: #FDD242;
  color: white;
}
#navsite ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navsite ul li a {
  display: block;
  padding: 2px 2px 2px 10px;
  border-bottom: 2px solid white;
  background-color: #FDD242;
  color: #000;
  text-decoration: none;
  width: 100%;
}
html>body #navsite ul li a {
  width: auto;
}
#navsite ul li a:hover {
  background-color: #C0C0C0;
  color: #000;
  font-weight: bold;
}
#navsite ul li a#currentnav {
  background-color: #FFA448;
  color: #000;
  font-weight: bold;
}
#navsite ul li a#currentnav:hover {
  background-color: #C0C0C0;
  color: #000;
  font-weight: bold;
}



#sub1 {
  font-size: 11px; 
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  width: 160px;  
  background-color: white;  
  color: black; 
  padding: 0;
}
#sub1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sub1 ul li a {
  display: block; 
  padding: 1px 1px 1px 10px;  
  border-bottom: 1px dotted #000;
  background-color: white;  
  color: black;  
  text-decoration: none;  
  width: 100%;
}
html>body #sub1 ul li a {
  width: auto;
}
#sub1 ul li a:hover {
  background-color: #C0C0C0;  
  color: #000;
}

