.divLink22 {
	width: 200px;
	height: 35px;
	background-image:url('../images/button1_2.jpg');
    background-position: top left;
    background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	position:relative;
	float: left;
	}

.divLink22:hover
               {
	             background-position: -200px 0;
                 cursor:pointer;
				 }

 .divLink22 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}
 
.divLink22 a:hover {
    text-decoration: none;
}
