I'm trying to change the separate arrow image.
See here: http://i50.tinypic.com/fnu6tt.png
Currently what is putting this image there is:
<SharePoint:ClusteredDirectionalSeparatorArrow runat="server" />
What I need to know is how can I override this so that instead of using the default arrow, it will use an image that I specify.
All I've been able to find so far tells me to just hide this and put the image I want as the background, but I would rather be able to override the control, as can be done with the smallsearchinputbox to change the icon for the search.
If anyone has any information about this or is able to point me in the right direction it would be greatly appreciated.