I have a Wordpress menu with a drop down menu. The problem I'm having is when the parent page is highlighted, the below drop down items are also highlighted. This is a problem because the parent is highlighted with an image. The drop down menu needs to be highlighted with just a colours. It works fine when the parent page isn't the current page. Can anyone help with this?
#navbar li.current_page_item a {
background:url(../images/activetab.png);
width:95px;
height:30px;
}
#navbar li li.current_page_item a {
background:#e9536c;
font-size:12pt;
width:150px;
color:black;
}