I am having a strange problem. For my hover effect on the menu, I only have it specifying to change the background color, but it takes away my borders as well.
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background: #3f3f3f;
}
Can anyone point me in the right direction?