/** Rollover formating for header **/
.rollover { 
  display: block; /* Allow setting widths and heights */
} 
.rollover img { 

  visibility: visible;
} 
.rollover:hover { 
  visibility: visible; /* for IE */  /* sets any property for the :hover state */
} 

.rollover:hover img { 
  visibility: hidden;  /* 'rolls over' the image */
} 
/* if the background image is applied to the a tag, there is a pause in the rollover in IE Win */
#cedar {
  background-image: url(/layout/images/cedar-over.jpg);
  background-repeat: no-repeat;
  width: 187px;
  height: 29px;
}

#wide-plank {
  background-image: url(/layout/images/wide-plank-over.jpg);
  background-repeat: no-repeat;
  width: 187px;
  height: 29px;
}

#stairs {
  background-image: url(/layout/images/custom-stairs-over.jpg);
  background-repeat: no-repeat;
  width: 187px;
  height: 29px;
}

#hand-hewn {
  background-image: url(/layout/images/hand-hewn-over.jpg);
  background-repeat: no-repeat;
  width: 187px;
  height: 30px;
}

#live-edge {
  background-image: url(/layout/images/live-edge-over.jpg);
  background-repeat: no-repeat;
  width: 187px;
  height: 31px;
}
#millwork {
  background-image: url(/layout/images/custom-millwork-over.jpg);
  background-repeat: no-repeat;
  width: 187px;
  height: 44px;
}

	



 
