

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
  padding-right:10px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-left: 3px;
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-menu {
  position: absolute;
  top: 130%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 180px;
  width:100%;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #e8e0ce;
  border-bottom: 2px solid #c8b18b;
	border-top: 1px solid #c8b18b;
	border-left: 2px solid #c8b18b;
	border-right: 2px solid #c8b18b;
	
	box-shadow: rgb(170, 170, 170) 5px 5px 5px;
-webkit-box-shadow: rgb(170, 170, 170) 5px 5px 5px;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu a {
  display: block;
  padding: 3px 2px 3px 5px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #004065;
  white-space: nowrap;
  font-size: .65em;
  width:89%;
  border-bottom: 1px solid gray;
  text-align:left;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #0096d6;
  text-decoration: underline;
}

.open {
  *z-index: 1000;
}

.open .dropdown-menu {
  display: block;
}

.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}



.btn-mini {
  padding: 4px 12px;
  font-size: 11px;
  line-height: 14px;
  background-color: #ededed;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin: 3px 2px;
  float:left;
}

.btn-mini:hover {
	background-color: #e8e0ce;
	 -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
		  box-shadow: 0 0 3px 1px rgba(43, 166, 203, 0.5);
		  -webkit-box-shadow: 0 0 3px 1px rgba(43, 166, 203, 0.5);
}



.nav {
  margin-bottom: 18px;
  list-style: none;
  height: 28px;
 
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > .pull-right {
  float: right;
}

.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}



.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #004065;
  border-bottom-color: #004065;
  opacity: 1;
  filter: alpha(opacity=100);
}

#clickHours {
	display: none;
}

.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  width:98%;
  min-width:320px;
    color: #004065;
	margin: 0px auto 10px auto;
}

.navbar-inner {
  height: 28px;
  background-color: #e8e0ce;
  background-repeat: repeat-x;
  border-top: 1px solid #c8b18b;
  border-right: 1px solid #c8b18b;
  border-left: 1px solid #c8b18b;
  border-bottom: 3px solid #c8b18b;
  border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
}






.navbar .nav {
  position: relative;
  display: block;
  float: left;
 width: 33%;
 margin: 0 auto;
 padding:0;
 border-left: 1px solid #fff;
}

.navbar .nav.pull-right {
  float: right;
}

.navbar .nav > li {
  display: block;
  text-align:center;
  padding: 6px 0 0 0;
 

}

.navbar .nav > li > a {
  float: none;
  color: #004065;
  text-decoration: none;
  font-size: .775em;
  font-weight:bold;
  
  
}



.navbar .nav > li > a:hover {
  color: #004065;
  text-decoration: underline;
  background-color: transparent;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}

.navbar .divider-vertical {
  width: 1px;
  height: 40px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}

.navbar .nav.pull-right {
  margin-right: 0;
  margin-left: 10px;
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #2c2c2c;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #080808 \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}



.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
  border-top-color: #004065;
  border-bottom-color: #004065;
}

.navbar .nav li.dropdown.active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}

.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
  color: #ffffff;
}

.navbar .pull-right .dropdown-menu,
.navbar .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.navbar .pull-right .dropdown-menu:before,
.navbar .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}
.navbar .pull-right .dropdown-menu:after,
.navbar .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}
@media screen and (min-width: 23em) {
.navbar .nav > li > a {

  font-size: .8125em;
  
}  
}


/* Computers 960px and up ----------- */
@media screen and (min-width: 48em) {
	
	#clickHours {
		display: inherit;
		width: 45% !important;
		float:right;
		
	}
.dropdown-menu.pull-right {
  left: 0;
  right: auto;}
  
  .pull-right {
  float: left;
}
.navbar .pull-right .dropdown-menu,
.navbar .dropdown-menu.pull-right {
  left: 0;
  right: auto;
}
.navbar .pull-right .dropdown-menu:before,
.navbar .dropdown-menu.pull-right:before {
  left: 12px;
  right: auto;
}
.navbar .pull-right .dropdown-menu:after,
.navbar .dropdown-menu.pull-right:after {
  left: 13px;
  right: auto;
}
.navbar .nav {
 width: 18%;
}
/*.dropdown-menu {
	width:18%;
}
*/
}
/* Computers 960px and up ----------- */
@media screen and (min-width: 61em) {
	.navbar {
  width:100%;
  max-width:960px;
	}
}