/*
    tswtabs.css        1.0.0
    Please use the CSS Menu Button Wizard at
        http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
    to generate your own customized menu buttons.
*/

#tswcsstabs ul {
    margin: 1 ;
    padding: 1 ;
    list-style: none ;
    display: inline ;
}
#tswcsstabs ul li {
    margin: 5 ;
    padding: 5 ;
    display: inline ;
    text-align: center ;
    list-style: none ;
}
#tswcsstabs li a {
    color: #E0E0E0    ;
    background-color:      #990000 ;
    border: 1px outset #990000 ;
    padding: 8px ;
    text-decoration: none ;
    display: inline ;
}
#tswcsstabs li a:hover {
    color: #000 ;
    background-color: #ffbfbf ;
}

