/* ######### Matt Black Strip Main Menu Bar CSS ######### */



.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: center;
display: block;
text-decoration: none;
margin-top: 13px;
color:#546076;
height: 29px;
}

.mattblackmenu li a:visited{
color: #546076;
}

.mattblackmenu li a:hover{
 /*background of tabs for hover state */
}

.mattblackmenu a.selected{
 /*background of tab with "selected" class assigned to its LI */
}