/* ######### CSS for Shade Tabs. Remove if not using ######### */

/* set section-specific images --------------------------------- */
/* news */
.cameras a {         /* default image */
    background-image: url(http://www.y3k.com/images_new/header/Button-Cameras-ON.gif); width: 142px; height: 30px;
}
.cameras {           /* rollover image */
    background-image: url(http://www.y3k.com/images_new/header/Button-Cameras-OFF.gif); width: 142px; height: 30px;
}

.dvrs a {         /* default image */
    background-image: url(http://www.y3k.com/images_new/header/Button-DVRs-ON.gif); width: 109px; height: 30px;
}
.dvrs {           /* rollover image */
    background-image: url(http://www.y3k.com/images_new/header/Button-DVRs-OFF.gif); width: 109px; height: 30px;
}

.systems a {         /* default image */
    background-image: url(http://www.y3k.com/images_new/header/Button-Systems-ON.gif); width: 200px; height: 30px;
}
.systems {           /* rollover image */
    background-image: url(http://www.y3k.com/images_new/header/Button-Systems-OFF.gif); width: 200px; height: 30px;
}
