/*.bootstrap .navbar-xs
{
    min-height:22px;
    border-radius:0
}

.bootstrap .navbar-xs .navbar-brand
{
    padding: 2px 8px;
    font-size: 14px;
    line-height: 14px;
}

.bootstrap .navbar-xs .navbar-nav > li > a
{
    border-right:1px solid #ddd;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 16px
}
  
.bootstrap .dropdown-menu>li>a:hover,
.bootstrap .dropdown-menu>li>a:focus
{
    border-bottom: 1px solid darkgray;
    border-top: 1px solid darkgray;
    padding-bottom: 1px;
}

@media (min-width: 768px)
{
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
*/

