/* 

Mouseover code for the Menu, Download, Forums, and IRC buttons

juicebox360, 15 March 2009

*/

a.about { 
          display: block;
          width: 92px;
          height: 33px;
          background: url('../img/info.png') no-repeat 0 0;
          text-decoration: none;
	 	  margin-left: 30px;
	 	  margin-top: -17px;
}

a.forums { 
          display: block;
          width: 124px;
          height: 34px;
          background: url('../img/forum.png') no-repeat 0 0;
          text-decoration: none;            
	  	  position: relative;
	  	  left: 15px;
	 	  margin-top: -17px;	  	  
}

a.download { 
          display: block;
          width: 163px;
          height: 33px;
          background: url('../img/download.png') no-repeat 0 0;
          text-decoration: none; 
	  	  position: relative;
	  	  left: 30px;
	 	  margin-top: -17px;	  	  
} 

a.IRC { 
          display: block;
          width: 74px;
          height: 34px;
          background: url('../img/irc.png') no-repeat 0 0;
          text-decoration: none; 
	 	  position: relative;
	  	  left: 45px;
	 	  margin-top: -17px;	  	  
}

a:hover.download {
          background-position: -163px 0; 
}

a:hover.forums {
          background-position: -124px 0; 
}

a:hover.about {
          background-position: -92px 0; 
}

a:hover.IRC {
          background-position: -74px 0; 
}