I want to change the color of the main menu bar area to extend across the entire screen and from the top of the slide show to the bottom of the gray divider line below the logo. I tried the following code in the quickCSS area, but it only colors the background of the menu text items. I need a broader area covered.
#top .main_menu ul.menu > li > a {
color: red;
background: #5a4099;
font-weight: normal;
}
What code should I use? And of course that brings up the next point: How do I change the color of the divider lines in the main menu area?














