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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 17px "Times New Roman", Times, serif;
list-style-type: none;
border-bottom: 0px solid gray;
background:none;
overflow: hidden;
width: 100%;
height:34px;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 15px 8px 15px; /*padding inside each tab*/
border-right: 1px solid #263F59; /*right divider between tabs*/
color: #263F59;
background:none;
}

.mattblackmenu li a:visited{
color: #263F59;
}

.mattblackmenu li a:hover{
background: #263F59; /*background of tabs for hover state */
color:white;
}

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