@media (min-width: 768px){
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
ul.nav li:hover {
        background: #eeeeee;
}
}
