Hi,
When I use the menu adapter some style sheet code will inserted on the head section if the page:
1 <style type="text/css">
2 .ctl00_Menu1_0 { background-color:white;visibility:hidden;display:none;position:absolute;left:0px;top:0px; }
3 .ctl00_Menu1_1 { text-decoration:none; }
4 .ctl00_Menu1_2 { }
5
I do not want this! How can I remove this becuase I have everything in an external css file.