Dear friends!
How to change drop-down white background in classic menu to orange color with white letters, and when pressed - vice versa
#gkMainMenu .gkMenu > ul li div.childcontent {background: #f57b3d; border: none;}
#gkMainMenu div.childcontent a {color: #fff;}
#gkMainMenu div.childcontent a:hover {color: #f57b3d; background: #fff;}