/* CSS Document */        
#tabs8 {
    float:left;
    width:auto;    
}

#tabs8 ul { 
    margin:0;
    padding:7px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:none;
    margin:0;
    padding:0px 0px 0px 10px;
    text-decoration:none;
    cursor:pointer;
}

#tabs8 a span {
    float:left;
    display:block;
    background:none;
    padding:12px 20px 12px 10px;  
    color:#fff;
    font-size:13px;
    font-weight: 800;
    cursor:pointer;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:left;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#591333;
}

#tabs8 a:hover {
    background:url(images/leftButton.jpg) no-repeat left top;
}

#tabs8 a:hover span {
    background:url(images/rightButton.jpg) no-repeat right top;
    color:#3c3c3c;
}

#tabs8 #current a {
    background:url(images/leftButton.jpg) no-repeat left top;
}
#tabs8 #current a span {
    background:url(images/rightButton.jpg) no-repeat right top;
    color:#3c3c3c;
}

