#nav{ background:url('images/nav-background.jpg') repeat-x;}
.mattblacktabs{
width: 100%; 
overflow: hidden;
}
.mattblacktabs ul{
margin: 0;
padding: 0;
font: bold 14px Verdana;
list-style-type: none;text-decoration: none;
}
.mattblacktabs li{
display: inline;
margin: 0;text-decoration: none;
}
.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 12px 17px; /*padding inside each tab*/
/*border-right: 1px solid white; /*right divider between tabs*/ 
color: white;

/*background:#255d86; /*background of tabs (default state)*/
}
.mattblacktabs li a:visited{
color: white;
}
.mattblacktabs li a:hover, .mattblacktabs li.selected a{ 
color:#03FE03;
/*background:#7dbf0d; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

