Hi!
my first comment!! I found that this does work for me since i wanted to keep the text links full color:
Code:
div#menu1 ul.rMenu {
background-color: rgba(255,255,255,0.65);
}
ul.rMenu li a:link, ul.rMenu li a:active,
ul.rMenu li a:visited, ul.rMenu li {
background: transparent !important;
}
ul.rMenu li a:hover {
background: transparent !important;
}