Hover worked only on few links in IE 7.
I had to change the ORDER to:
/* link styles */
a:link{color: #04067C;}
a:visited{color: #04067C;}
a:hover{color: #6f5dfc;}
div.sidebar a{color: #b1a7ff; text-decoration:none;}
div.sidebar a:visited{color: #b1a7ff;}
div.sidebar a:hover{color:#fff;}
Also read somewhere to "add position: relative; to the #nav li", but it works for me without it.