<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 1022px;
overflow: hidden;
/*border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight:700;
letter-spacing:1px;
font-stretch:expanded;

}

.mattblacktabs li{
display: inline;
margin: 0;

}

.mattblacktabs li a{
float: left;
display: block;
width:244px;
height:20px;
text-decoration: none;
padding-left: 10px;
padding-top:10px;
 /*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:#FFFFFF;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #371D1C; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


</style>