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

/* http://www.csswoes.com/2008/04/03/css-rollover-image-links/ */
#home_1
{
	width:62px;
	margin:0 auto 0 auto;
}
#home_1 a
{
	text-indent:-1000em;
	background:url(http://www.csswoes.com/wp-content/themes/csswoes/images/home.jpg) no-repeat left top;
	width:62px;
	height:32px;
	display:block;
	overflow:hidden;
}	
#home_1 a:hover 
{
	background-position: -62px 0px;
}	

#home_2
{
	width:62px;
	margin:0 auto 0 auto;
}
#home_2 a
{
	text-indent:-1000em;
	background:url(http://www.csswoes.com/wp-content/themes/csswoes/images/home.jpg) no-repeat left top;
	width:62px;
	height:32px;
	display:block;
	overflow:hidden;
}	
#home_2 a:hover 
{
	background-position: -62px 0px;
}	
*html #home_2 a
{
	background:none;
	text-indent:0px;
}
*html #home_2 a
{
	background:none;
	text-indent:0px;
}
*html #home_2 a:hover
{ 
	display:block; 
	text-indent:-62px;
}