.mattblacktabs{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid white; /*bottom horizontal line that runs beneath tabs*/
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
font: lighter 9px Verdana;
list-style-type: none;
}

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

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 10px 4px 10px;
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #333333; /*background of tabs (default state)*/
}


.mattblacktabs li a.Mrechts{
   border-right: none; /*right divider between tabs*/
   padding: 4px 10px 4px 11px;
}

.mattblacktabs li a.Mrechts:hover{
color: #D60F7B;
background: #333333;
}

.mattblacktabs li a:visited{
   color: white;
   background: #333333; /*background of tabs (default state)*/
}
.mattblacktabs li a:hover{
   background:#EA95B9;
}

.mattblacktabs li.selected a{
   background: #D60F7B; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
