Right at the end of your head tag, you have:
#themeswitcher ul {
list-style: none;
}
But you opened a comment with at the end to close the comment. Like this:
#themeswitcher ul {
list-style: none;
}
-->
It then works in Safari, and should work in other browsers.