/* CSS to display or hide the first
   link item of the Home tab.       
*/

.hmpgTextOff {
 display: none;
}

.hmpgLinkOff {
 display: none;
}

.hmpgTextOn {
 display: block;
 text-decoration:none;
}

.hmpgLinkOn {
 display: block;
}