/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed by Mario Pistis.
 */


.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #003366;
  background-image: -moz-linear-gradient(top, #006699, #003366);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006699), to(#003366));
  background-image: -webkit-linear-gradient(top, #006699, #003366);
  background-image: -o-linear-gradient(top, #006699, #003366);
  background-image: linear-gradient(to bottom, #006699, #003366);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006699', endColorstr='#ff003366', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #77aadd;
  text-shadow: 2px 2px 2px #000000;
}

.nav > .disabled > a {
  color: #000000;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
  color: #00aaff;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #00aaff;
}

.navbar-link {
  color: #ffffff;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #007777;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #006699;
  border-left: 1px solid #003366;
}

.nav-header {
  color: #00aaff;
  text-shadow: 1px 1px 0px rgba(127, 127, 127, 0.5);
  text-transform: uppercase;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #e7e7e7;
  text-decoration: none;
  background-color: #006699;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

<!-- -->

.dropdown-menu {
    background-clip: padding-box;
    background-color: #336699;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #00aaff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color:white;
  background-color:#0077aa;
}

.navbar .nav > li > a {
    color: white;
    float: none;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #00aaff;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: white;
  white-space: nowrap;
}

.navbar-link {
  color: white;
}

.navbar-link:hover {
  color: white;
}
