a.drop_links:hover {
text-decoration: underline;
color: #000066;
.border background-color: #ffffff;
}
.border { background-color: #eaeaea; }
The idea here is that when the mouse is hovered over the link with class
drop_link, the background color in class border also changes. Not sure of
the css syntax...
Thanks!
Casey