/* IE 7 hacks because IE Sucks and Should Just Die Already This is specific to the menu items only, This allows them to simply switch (sliding doors) without the animation fade effect that is so cool */


#menu1 a.linkClass2 { background:url(../images/menu-home.png) top left no-repeat;}
#menu1 a:hover {background-position:left bottom;}


#menu2 a.linkClass2 { background:url(../images/menu-members.png) top left no-repeat; }
#menu2 a:hover {background-position:left bottom;}


#menu3 a.linkClass2 { background:url(../images/menu-projects.png) top left no-repeat; }
#menu3 a:hover {background-position:left bottom;}


#menu4 a.linkClass2 { background:url(../images/menu-contact.png) top left no-repeat; }
#menu4 a:hover {background-position:left bottom;}




