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

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
list-style-type: none;
background: #0060A9;
overflow: hidden;
width: 100%;
border-bottom: 1px solid #0060A9;
border-top: 1px solid #0060A9;
}

.mattblackmenu li{
float: left;
display: inline;
text-align: center;
margin: 0;
width:66px;
height:auto;
border-right: 1px solid white;
}

.mattblackmenu li a{
display: block;
text-decoration: none;
margin: 0;
padding: 6px 15px; /*padding inside each tab*/
color: white;
background: #0060A9;
width: 100%;
}

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

.mattblackmenu li a:hover{
background: #005069; /*background of tabs for hover state */
}

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