Стили для этого меню:
.topmenu li:hover {
background: url('images/gb_m.gif') center bottom no-repeat;
}
.active {
background: url('images/gb_m.gif') center bottom no-repeat;
}
.active a{
color: #0054a6;
background: #fff;
text-decoration: underline;
}
.topmenu li:hover a{
color: #0054a6;
background: #fff;
text-decoration: underline;
}