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

/* Image hover Stylesheet */ 

#hover3 {
  list-style: none;
  position: relative;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0 0 0px;
  display: block;
}

#hover3 li {
  float: left;
}

#hover3 a * {
  display: none;
}

#hover3 a,
#hover3 a .hover {
  height: 179px;
  position: relative;
  display: block;
  background: url(/images/home/hm-TPD2.jpg) 0 0 no-repeat;
}

/* individual navigation items */
#hover3 a.total-permanent-disability {
  background-position: 0 0;
  width: 305px;
}

#hover3 .highlight a.total-permanent-disability:hover,
#hover3 a.total-permanent-disability .hover {
  background-position: 0 -180px;
  width: 305px;
}

