/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */


[hidden] {
  display: none;
}

a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}

/*
*
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*/

#navi_d a {
  color: #333;
  text-decoration: none;
}
#navi_d a:hover,
#navi_d a:focus {
  color: #fff;
  text-decoration: none;
}
#navi_d a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 18px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}


#navi_d ul.liv1 li.dropdown {float:left;list-style:none;width:auto;background:#fdfdfd;cursor:pointer;text-transform:capitalize;font-size:13px;font-weight:300;}
#navi_d ul.liv1 li.dropdown strong { font-weight:300;padding:7px 7px 7px 18px;display:block;}
#navi_d ul.liv1 li.dropdown a { font-weight:300;padding:5px 18px 5px 18px;display:block;}
#navi_d ul.liv1 li.dropdown.a:hover {text-decoration:none;color:#fff; }
#navi_d ul.liv1 li.dropdown:hover { background:#ffc600;color:#fff;}
#navi_d ul.liv1 li.dropdown ul li { font-size:13px;}
#navi_d ul.liv1 li.dropdown.open { color: #ffffff; text-decoration: none; outline: 0; background-color: #ffc600; }


#navi_d .dropdown {
  position: relative;
}
#navi_d .dropdown-toggle:focus {
  outline: 0;
}
#navi_d .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 0px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border:1px solid #dedede;
  border-radius: 0px;
  box-shadow: 0 6px 8px #f9f9f9;
  background-clip: padding-box;
  
}
#navi_d .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
#navi_d .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#navi_d .dropdown-menu > li > strong,
#navi_d .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
#navi_d .dropdown-menu > li > strong{background: #eee;}
#navi_d .dropdown-menu > li > strong .caret{display:none;}
#navi_d .dropdown-menu > li > a:hover,
#navi_d .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #317AA5;
  background: #f2f0bf;
  width:auto;
 
}
#navi_d .dropdown-menu > .active > a,
#navi_d .dropdown-menu > .active > a:hover,
#navi_d .dropdown-menu > .active > a:focus{
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #ffc600;
}
#navi_d .dropdown-menu > .disabled > a,
#navi_d .dropdown-menu > .disabled > a:hover,
#navi_d .dropdown-menu > .disabled > a:focus {
  color: #999999;
}
#navi_d .dropdown-menu > .disabled > a:hover,
#navi_d .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
#navi_d .open > .dropdown-menu {
  display: block;
}
#navi_d .open > a {
  outline: 0;
}


#navi_d .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}



@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
