#verytop {
  background-color: #42A956 !important;
}

#top {
  background-color: #4DB963 !important;
  background-image: none !important;
}

#menu a.selected, #menu a:hover {
  color: #001011 !important;
}

#middle {
  background-image: none !important;
}

h1, h2.big {
  color: #001011 !important;
}

h2, #details h3 {
    color: #676F7E
}

ul.dropdown ul {
  background-color: #368C47 !important;
}

ul.dropdown ul a:hover {
  background-color: #0A86FA !important;
}

ul.dropdown a.open {
  background-color: #368C47 !important;
}

ul.dropdown ul a.open {
  background-color: #368C47 !important;
}

ul.dropdown li:hover > a.dir {
  background-color: #368C47 !important;
}

ul.dropdown ul li:hover > a.dir {
  background-color: #368C47 !important;
}

.button {
    background-color: #258EA4;
}

.button:hover {
    background-color: #1D7081;
}

.button.green {
    background-color: #4DB963;
}

.button.green:hover {
    background-color: #3C9A4F;
}