.mattblacktabs{
position:absolute;
left:200px;
top:68px;
/*width: 100%;*/
overflow: hidden;
text-transform: uppercase;


}

.mattblacktabs ul{

margin: 0;
padding: 0;
padding-right: 0px; /*offset of tabs relative to browser left edge*/
font-size:0.8em;
list-style-type: none;

}

.mattblacktabs li{

display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0 3px;
padding: 7px 15px; /*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: white; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:black;
}
