/* IE 6 png hacks because IE Sucks and Should Just Die Already, This is for the animated menu and other sliding door techniques on IE6, This allows it to show the image only, no hover action or animation at all, Sorry IE6 but all good things must come to an end. */

#menu1 a.linkClass { background:url(../images/ie-images/menu-home.png) top left no-repeat; }
#menu2 a.linkClass { background:url(../images/ie-images/menu-members.png) bottom left no-repeat; }
#menu3 a.linkClass { background:url(../images/ie-images/menu-projects.png) bottom left no-repeat; }
#menu4 a.linkClass { background:url(../images/ie-images/menu-contact.png) bottom left no-repeat; }

