Hi! 
I have run into some problems and I would love if you could just point me in the right direction. 
I have searched here on the BeTheme and various forums, but I just can't get it this one to work. 
1. The hover color in the header is atm orange, how can I change this to blue or grey for example? I tried coding in BeTheme options, custom CSS, but I can't get it to work. Perhaps I am placing the codes in the wrong place, or in the wrong order in relation to the other codes above and below? 
Here is the link for the site http://www.servion.se/
Thank you very much for your replies!
                  
                
Comments
You can use this css
#Top_bar .menu > li.hover > a, #Top_bar .menu > li.current-menu-item > a, #Top_bar .menu > li.current_page_item > a {
color:red !important;
}