/*this is the css for the horizontal version*/
.horizontal ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*border-left: 1px solid;*/
  display: block;
  height: 1.4em;
}

.horizontal li {
  float: left;
  display: inline;
}

.horizontal li a {
  text-decoration: none;
  height: 1.2em;
  float: left;
  display: block;
  width: 75px;
  padding: .1em 1px;
  border: 1px solid;
  border-left: none;
}

.horizontal li li a {
  border-top: none;
  border-left: 1px solid;
}

.horizontal li ul {
  position: absolute;
  margin-top: 1.3em;
  margin-left: -1px;
  width: 89px;
  border: none;
  display: block;
  height: auto;
  border-top: 1px solid;
}

.horizontal li li ul {
  position: absolute;
  margin-top: .1em;
  margin-left: 85px;
}

.horizontal li ul li a {
  width: 180px;
}

/*colors for menu*/
.darkblueblue li a {
  background-color: #5e75a1;
  color: black;
  border-color: #5e75a1;
}

.darkblueblue li a:hover {
  background-color: #012464;
  text-decoration: none;
  color: white;
  border-color: #012464;
}

.darkblueblue ul {
  border-color: #5e75a1;
}