
.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
margin-bottom: 0px; 
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left:10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.menu{
width:880px;
overflow: hidden;
}




/*- Menu 8--------------------------- */

h2#menu8 {
        font: bold 12px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

ul#menu8 {
        list-style: none;
        margin: 0;
        padding: 0;
        }

img#menu8 {
    border: none;
}

#menu8 {
        width: 200px;
        margin: 5px;
        border-style: solid;
        border-color: #666666;

        border-width: 0px;
        }

#menu8 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu8 li a:link, #menu8 li a:visited {
        color: #656556;
        display: block;
        background:  url(menu8.gif);
        padding: 8px 0 3px 20px;
        }

#menu8 li a:hover, #menu8 li #current {
        color: #474739;
        background:  url(menu8.gif) 0 -32px;
        padding: 8px 0 8px 20px;
        }