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

/* Image hover Stylesheet */ 

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

#hover2 li {
  float: left;
}

#hover2 a * {
  display: none;
}

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

/* individual navigation items */
#hover2 a.income-protection {
  background-position: 0 0;
  width: 305px;
}

#hover2 .highlight a.income-protection:hover,
#hover2 a.income-protection .hover {
  background-position: 0 -180px;
  width: 305px;
}

