Thanks dude, your a star! I found the main class too... For those who might face the same issues;
.qa-nav-main .qa-nav-main-link {background: url(...);}
.qa-nav-main .qa-nav-main-link:hover {background: url(...);}
.qa-nav-main-questions .qa-nav-main-link {background: url(...);}
the main + :hover has to be infront of the rest or you will get duplicates for questions and tags links.