Try adding z-index:10;
to .toplink{...}
class. With z-index you are specifying the layering layout. It’s something like this: element with z-index: x stays on the top of elements with z-index: (less than x) and behind the elements with z-index: (greater then x). Hope I’ve succeeded to make you understand.