i am using css with html i need to make hyperlink changes to the menu only?

how can i code this in
i want to have hyperlinks the color green for the header only and when hovered i want the back ground changed to black and the text changed to white

i am under how to do with with out changing my entire site rules
my css file is
#menu
{ width: 15px;
}

HTML file is
<div id="menu"> </div>
 
Back
Top