@charset "utf-8";
/* CSS Document */

.rollover_profile a {
display:block;
width: 245px;
background: url("../images/NAV_profile.gif") 0 0 no-repeat;
}
.rollover_profile a:hover { 
background-position: 0 -59px;
}

.rollover_programs a {
display:block;
width: 245px;
background: url("../images/NAV_programs.gif") 0 0 no-repeat;
}
.rollover_programs a:hover { 
background-position: 0 -59px;
}

.rollover_examples a {
display:block;
width: 245px;
background: url("../images/NAV_examples.gif") 0 0 no-repeat;
}
.rollover_examples a:hover { 
background-position: 0 -59px;
}

.rollover_contact a {
display:block;
width: 245px;
background: url("../images/NAV_contact.gif") 0 0 no-repeat;
}
.rollover_contact a:hover { 
background-position: 0 -59px;
}
