/* background of the dropdown menu */ #menu-nav ul ul a { color:#fff; background:#122C15; height:auto; line-height:1em; padding:10px; width:160px; } /* foreground and background of the main menu when mouse pointed */ #menu-nav li:hover > a,#menu-nav ul ul :hover > a { color:#fff; background:#000; } /* foreground color of the main menu without submenu*/ .menu-header ul li a { color: #122C15; } /* foreground and background of the current menu selected */ .menu-header .current-menu-item a { color:#fff; background:#9CCD58; } /* background imaged of the main menu */ #menu_navigation { background:url(http://www.lancastercavite.com/wp-content/themes/nxtrealty/images/white/menu.png) top left no-repeat; height:45px; }