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

.mattblacktabs{
width: auto;
overflow: hidden;
padding-top:10px;
margin-right:20px;

}

.mattblacktabs ul{
margin: 0;
padding: 0;
text-transform:uppercase;
font-size: 14px;
font-weight:bold;
list-style-type: none;


}

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


}

.mattblacktabs li a{
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 8px; /*padding inside each tab*/
color: #333;
background: #ccc; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
}



.mattblacktabs li a:visited{
color: #333;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background-color:#F06; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
color:#fff;
}


