﻿.dropdown .dropdown-menu {
    margin-top: 0;
    padding-bottom: 0;
    width: 100%;
}

.dropdown .dropdown-menu li a {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;    
}

.dropdown .dropdown-menu > .active > a{
    background-color: rgba(0, 156, 218, 0.3);
    background-image: none;
    color: #222222;
}

.dropdown .dropdown-menu > li > a:hover,
.dropdown .dropdown-menu > li > a:focus,
.dropdown .dropdown-menu > li > a:active,
.dropdown .dropdown-menu > .active > a:hover,
.dropdown .dropdown-menu > .active > a:focus,
.dropdown .dropdown-menu > .active > a:active,
.dropdown .dropdown-menu > .active > a:hover:active,
.dropdown .dropdown-menu > .active > a:hover:focus,
.dropdown .dropdown-menu > .active > a:focus:active{
    background-color: rgba(0, 156, 218, 0.3);
    background-image: none;
    color: #222222;
}