Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
The reason is because the link area (<a>) is covers an area greater than the link text itself, due to padding defined in the CSS:
Code:
#chromemenu ul li a{
float: left;
color: #7F7F7F;
font-weight: bold;
padding: 6px 12px 6px 7px;
"
You can always remove this padding, but then again, the look of the menu will alter, and you end up with menu links that are very close to one another.
Bookmarks