
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 13px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
width:148px;
text-decoration: none;
margin: 0;
padding: 7px 9px 7px 8px; /*padding inside each tab*/
border-right: 0px solid #d2c0a3; /*right divider between tabs*/
color: #9c4d23;
background: #414141; /*background of tabs (default state)*/
text-align:center;
text-transform:uppercase;
background:url(images/red-bg.jpg) top repeat-x;
font: bold 13px arial;
background:#d2c0a3;
border-bottom: 1px solid #ffffff; /*right divider between tabs*/
}

.mattblacktabs li a:visited{
color: #9c4d23;
}

.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 */
background:url(images/grey-bg.jpg) top repeat-x;
background:#ffffff;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
float: left;
display: block;
width:148px;
text-decoration: none;
margin: 0;
padding: 8px 9px 8px 8px; /*padding inside each tab*/
border-right: 0px solid #d2c0a3; /*right divider between tabs*/
color: #9c4d23;
text-align:center;
text-transform:uppercase;
font: bold 13px arial;
background: #FFFFFF; /*background of tabs (default state)*/
border-bottom: 1px solid #ffffff; /*right divider between tabs*/
}

