#sections {
	position:relative;  
	display:block;
	height:280px;  
	margin-top:160px;
	background:none;
	border-bottom:solid 1px #999;  
	
}
#sections li {
	list-style-type:none;
}
#sections span {
	display:none;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	color:white;
}
#sections a {
	position:relative;
	display:block;
	height:256px;   
	z-index:10000;
	text-decoration:none; 
} 
 
 
  
 #products {
 	width:318px;
	margin-right:12px;
	height:256px;
	float:left;
	background:url(../images/products-on.png) no-repeat;
 } 
 #products a:link,
 #products a:active,
 #products a:visited  { 
 	width:318px;
	background:url(../images/products.png) no-repeat;
	background-position:0 0;
} 
 #products a:hover { 
	background-position:-999px -999px;
} 
 #dealers {
 	width:319px;
	margin-right:12px;
	height:256px;
	float:left;
	background:url(../images/dealers-on.png) no-repeat;
 } 
 #dealers a:link,
 #dealers a:active,
 #dealers a:visited  { 
 	width:319px;
	background:url(../images/dealers.png) no-repeat;
	background-position:0 0;
} 
 #dealers a:hover { 
	background-position:-999px -999px;
} 
 #brochures {
 	width:179px;
	margin-right:0;
	height:256px; 
	float:left;
	background:url(../images/download-free-brochure-on.png) no-repeat; } 
 #brochures a:link,
 #brochures a:active,
 #brochures a:visited  { 
 	width:179px;
	background:url(../images/download-free-brochure.png) no-repeat;
	background-position:0 0;
} 
 #brochures a:hover { 
	background-position:-999px -999px;
} 
