blob: d4dd20808c168dd2d36c798c8951a1216346e177 [file]
/* show the "selected" image for this page */
#navigation-links a#firststeps img, #navigation-links a#firststeps:hover img {
background-image : url(../graphics/icons/ctool/fs_nav_64.gif);
top : 2px;
left : -3px;
}
#navigation-links {
background-image: url(../graphics/contentpage/fs_banner.jpg);
}
#navigation-links a:hover#firststeps .link-label,
#navigation-links a:focus#firststeps .link-label,
#navigation-links a:active#firststeps .link-label {
display : none;
}
#navigation-links a:hover#firststeps,
#navigation-links a:focus#firststeps,
#navigation-links a:active#firststeps {
background-image : none;
}
#navigation-links a:hover#firststeps .link-extra-div,
#navigation-links a:focus#firststeps .link-extra-div,
#navigation-links a:active#firststeps .link-extra-div {
display: none;
}