Trying to move the submenu to the right a little bit and not have it come directly under the CMSMenu buttons.
I've tried:
.SubCMSMenu
{
position: relative;
top:0px;
left:20px;
}
and...
background-position: 0px 0px 0px 20px;
but it still doesn't work. I can make the text move over using the position, but not the background holder for CMSMenu.
Any ideas?