body { behavior: url("/Assets/Scripts/csshover3.htc"); } 

/* IE 6 doesn't understand a ".class1.class2 a" selector correctly, it's interpreting at ".class2 a" 
which is causing it to override styles it shouldn't
*/

.grey a {text-decoration: none; font-weight: bold; color: #2e2e2e;}
.grey a:hover {color: #117375;}
