I can't figure out that how I can change the background of the dropdrown menu of the google translate plugin
HTML
<script type="text/javascript">
        function googleTranslateElementInit() {
            new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'en,tl', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false}, 'google_translate_element');
        }
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
CSS
.goog-te-menu2 { 
    background-color: #000000 !important; 
    text-decoration: none; 
    border: 1px solid #f00 !important; 
    overflow: hidden; 
    padding: 4px;
}
and nothing's happen at all anyone can help me how to style this dropdown menu
 
    