#globalNav a:link, #globalNav a:visited {
font-weight: bold;
text-decoration: none;
color: #736343;
}
#globalNav a:hover, #globalNav a:active {
font-weight: bold;
text-decoration:none;
color: #fff4d7;
background-color:#c7a24c;
}
Originally posted by: TeamZero
Since you still lack a good explanation, I'd recommend you go read a beginning CSS tutorial.
that's just the hover tag in your links description. Just download the css and you can reverse engineer: