@charset "UTF-8";
/* CSS Document */

ul#bios {list-style:none;}

ul#bios li a {text-indent:-9999px;height:100px;width:100px;float:left;padding:5px;}

ul#bios li a.ruth {background:url(images/ruthNormal.jpg	) no-repeat bottom;}
ul#bios li a.ruth:hover {background:url(images/micHover.jpg) no-repeat bottom;}

ul#bios li a.steb {background:url(images/stebnormal.png) no-repeat bottom; }
ul#bios li a.steb:hover {background:url(images/gtrhover.png) no-repeat bottom;}

ul#bios li a.rich {background:url(images/richnormal.png) no-repeat bottom; }
ul#bios li a.rich:hover {background:url(images/drumshover.png) no-repeat bottom;}

ul#bios li a.ant {background:url(images/antnormal.png) no-repeat bottom;padding-left:125px; }
ul#bios li a.ant:hover {background:url(images/basshover.png) no-repeat bottom;padding-left:125px;}

ul#bios li a.nick {background:url(images/nickNormal.png) no-repeat bottom;margin-left:-60px; }
ul#bios li a.nick:hover {background:url(images/keyshover.png) no-repeat bottom;margin-left:-60px; }


