﻿[class^="flag"] {
    width: 16px;
}
.nav-pills [class^="icon-"] {
    color: inherit;
    font-size: inherit;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #000000;
    text-decoration: none;
    background-color: #E9E9E9;
    background-image: 
    -moz-linear-gradient(top, #E9E9E9, #E9E9E9);
    background-image: 
    -webkit-gradient(linear, 0 0, 0 100%, from(#E9E9E9), to(#E9E9E9));
    background-image: 
    -webkit-linear-gradient(top, #E9E9E9, #E9E9E9);
    background-image: 
    -o-linear-gradient(top, #E9E9E9, #E9E9E9);
    background-image: linear-gradient(to bottom, #E9E9E9, #E9E9E9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
