@charset "UTF-8";
/* CSS Document */

/* begin css tabs */

#navtabs                    { padding: 4px 0px; margin-left: 0px; border-bottom: 1px solid #000; font: bold 11px "Lucida Grande", "Lucida Sans", Arial, sans-serif; white-space: nowrap }
#navtabs li                 { list-style: none; margin: 0px; display: inline; }
#navtabs li a               { padding: 3px 0.5em; margin-left: 3px; border: 1px solid #000; border-bottom: none; background: #666; text-decoration: none; }
#navtabs li a:link          { color: #FFF; }
#navtabs li a:visited       { color: #EEE; }
#navtabs li a:hover         { color: #FFF; background: #C00; border-color: #D11; }
#navtabs li a#current       { background: #FFF; color: #777; border-bottom: 2px solid white; text-decoration: none; }
#navtabs li a#current:hover { color: #999; background: #FFF; border-bottom: 2px solid white; text-decoration: underline; }
