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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 12px Arial;
list-style-type: none;
overflow: hidden;
height: 38px;
width: 100%;
}

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

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

.mattblackmenu li a:hover{
border-top:4px solid #006699;
padding: 9px 8px 6px 8px; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
padding: 13px 8px 6px 8px; /*background of tab with "selected" class assigned to its LI */
}
