/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin-left:220px;
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: bold;
list-style-type: none;
overflow: hidden;

}

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

.with-border a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 10px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
}

#no-border a{

float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 10px; /*padding inside each tab*/
border: none; 
color: white;
}

#no-border a:hover {
	text-decoration:underline;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: none; /*background of tabs for hover state */
text-decoration:underline;
}

.mattblackmenu a.selected{
text-decoration:underline; /*background of tab with "selected" class assigned to its LI */
}