/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin:  0px 0px 0px 14px;
padding: 0;
font: 11px Trebuchet MS;
list-style-type: none;
background: #0297d3;
overflow: hidden;

}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 14px 8px 14px; /*padding inside each tab*/
color: #d8f3ff;
background: #0297d3;
}

.mattblackmenu li a:visited{
color: #d8f3ff;
}

.mattblackmenu li a:hover{
background: #0080b3; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #0080b3; /*background of tab with "selected" class assigned to its LI */
}