This is nothing super special, but if you want to change the drop-down menu arrow in global navigation to a different image, here’s how:
.menu-horizontal a.dynamic-children span.additional-background,
.menu-horizontal span.dynamic-children span.additional-background {
background-image:url('images/menu-down.png');
}
