Hover States for links

I am currently creating a <!-- m --><a class="postlink" href="http://www.moemar.com/sitehub/genovese">http://www.moemar.com/sitehub/genovese</a><!-- m --> using CSS and I am attempting to create a specific hover state with the links ONLY in the navigation bar. I want only those links to have a lighter blue background when the user hovers. While the other links throughout the page react normally. The question is; how do I designate actions to specific links only?#seperator a:hover { /* desired effect */ }
 
Back
Top