Upon validating a page, I found out that asp:menu generates a <link> tag inside <body> (should be in <head>). Worse, it also closes them with </link> when the tag should be self-closing.
Why this invalid markup? Btw, I'm using the compiled CSSFriendly.dll if that's a factor.