/*menu */
#productsmenu {
width: 540x;
height: 180px;
}

#productsmenu ul {
margin: 0px; 
border: 0px; 
padding: 0px; 
width: 540px;

}
#productsmenu ul li {
width: 180px;
height: 180px;
display: block;
float: left;
}

#productsmenu ul li a {
text-indent: -10000px;
display: block;
}


.insecticide a { background: url(../images/productsbt.jpg) no-repeat 0px 0px; height: 180px;}
.insecticide a:hover { background: url(../images/productsbt.jpg) no-repeat 0px -180px;}

.termiticide a { background: url(../images/productsbt.jpg) no-repeat -180px 0px; height: 180px;}
.termiticide a:hover { background: url(../images/productsbt.jpg) no-repeat -180px -180px;}

.other a { background: url(../images/productsbt.jpg) no-repeat -360px 0px; height: 180px;}
.other a:hover { background: url(../images/productsbt.jpg) no-repeat -360px -180px;}
