As you can see in the picture below (and on the live site under construction):

There are bars above the page menu bar buttons that I cannot seem to correctly address with CSS. I'm not sure whether I want to make the bars transparent or illuminate a certain color -- although I think can figure out that part of the CSS for myself.
My problem is figuring out just what CSS ID I need to address those bars.
I've tried
div#menu1 ul.rMenu li a:link,
div#menu1 ul.rMenu li a:hover,
div#menu1 ul.rMenu li a:visited,
div#menu1 ul.rMenu li a:active {
border: solid 0px transparent !important;
}
and I've also tried addressing ul.rMenu li and many others yet I can't seem to change those bars.
Any help is appreciated!