
/* navleft.css */

#navigation {
float: left;
/* position: absolute; 
  top: 50px;
  left: 50px;
  background-color: #ccc;
  width: 200px;
*/

}

#navigation ul {
  list-style-type: none;
/*
  margin: 0;
  padding: 0;
  width: 200px;
*/
}

#navigation li a {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1em;
  color: white;
  /* text-align: center; */
  text-decoration: none;
  /* padding: 14px 16px; */
/*
  color: #000;
  padding: 8px 16px;
*/
}

/* Change the link color on hover */
#navigation li a:hover {
  background-color: #555;
  color: white;
}

.willowdropdown {
  color: black;
  /* position: relative; */
  /* display: inline-block; */
  /*top: 40px;*/
}

.willowdropdown-content {
  display: inline-block;
  background-color: inherit;
  position: absolute;
  /* font-size: .8em; */
  line-height: 2em;
}

.willowdropdown-content a {
/*
  color: black;
  padding-left: 12px;
  display: block;
*/
  text-decoration: none;
}
