
.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid #DFDAB3; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 1px;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 14px 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 15px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background-image:url(../img/Menu/Menu.jpg);
background-repeat:repeat-x; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{ 
background-image:url(../img/Menu/Menu(houver).jpg);
background-repeat:repeat-x; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}




