Code:
div#menu1 ul.rMenu-hor li.rMenu-expand a {
background-image: none;
}
Code:
div#menu1 ul.rMenu-ver li {
margin: 0px;
padding: 3px;
}
Code:
div#menu1 ul.rMenu li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a
{
padding-right: 5px;
}
I tried plugging in these codes, but am not getting anywhere. I also read that I should make the arrow image 1 px. Should I do this instead of messing with CSS?