IE8 shows it correctly.
Just a guess, but maybe try replacing
Code:
#content #nav a {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
margin-right: 5px;
color: #000000;
text-decoration: none;
border: #999999 1px solid;
border-bottom-width: 2px;
border-top-width: 0px;
}
with
Code:
#content #nav a {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
margin-right: 5px;
color: #000000;
text-decoration: none;
border: #999999 1px solid;
border-bottom: #999999 2px solid;
border-top-width: 0px;
}
Also, IE 6 (maybe 7 also?) has trouble with :hover.
Bookmarks