/***********************************************************************/
/* Tabby v1.0 layout, design and all included source code              */
/* copyright (c)2004. Spriteworks Developments. All rights reserved.   */
/* This copyright notice MUST remain within this document at all times */
/* as a condition of use. Removal of this copyright notice voids your  */
/* right to use this product. Tabby v1.0 may not be redistributed      */
/* in any form without express written permission from Spriteworks     */
/* Developments. This external CSS file MUST remain separate from the  */
/* HTML code at all times and may not be integrated into it or other   */
/* pages in any way, displayed, performed or otherwise made accessible */
/* for public viewing under any circumstances. Please carefully read   */
/* the license agreement included with this script. It is the same     */
/* one you agreed to when you purchased a license to use it.           */
/*                                                                     */
/***********************************************************************/

.menutext {
    position: relative;
    top: 4px;
    left: 10px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
}
a.rollit1 {
    display: block;
    width: 119px;
    height: 20px;
    background-image: url(tab_on_wht.gif);
    margin: 0 auto;
    FILTER: DropShadow(Color=#efbf00, Direction=200, strength:1);
    text-decoration: none;
    color: #000000;
}
a.rollit1:hover {
    background-image: url(tab_on_wht.gif);
    filter: alpha(opacity=20);
    -moz-opacity: .60;
    -khtml-opacity: .60;
    cursor: hand;
    text-decoration: none;
    color: #ffff00;  /* This color with the opacity setting is the color of the tab when rolled over.*/
}
a.rollit2 {
    display: block;
    width: 119px;
    height: 20px;
    background-image: url(print_page.gif);
    margin: 0 auto;
    FILTER: DropShadow(Color=#bfbf00, Direction=200, strength:1);
    text-decoration: none;
    color: #000000;
}
a.rollit2:hover {
    background-image: url(print_page.gif);
    filter: alpha(opacity=20);
    -moz-opacity: .60;
    -khtml-opacity: .60;
    cursor: hand;
    text-decoration: none;
    color: #ffff00;  /* This color with the opacity setting is the color of the tab when rolled over.
}
