#verytop {
  background-color: #0A86FA !important;
}

#top {
  background-color: #2191FB !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: #0367C4 !important;
}

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

ul.dropdown a.open {
  background-color: #0367C4 !important;
}

ul.dropdown ul a.open {
  background-color: #0367C4 !important;
}

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

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

.button {
    background-color: #2192FC;
}

.button:hover {
    background-color: #0374DD;
}

.button.green {
    background-color: #99CC03;
}

.button.green:hover {
    background-color: #81AB03;
}