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

/* Image hover Stylesheet */ 

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

#hover1 li {
  float: left;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0 0 0px;
}

#hover1 a * {
  display: none;
}

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

/* individual navigation items */
#hover1 a.life-insurance {
  background-position: 0 0;
  width: 305px;
}

#hover1 .highlight a.life-insurance:hover,
#hover1 a.life-insurance .hover {
  background-position: 0 -180px;
  width: 305px;
}

