/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 14px "Century Gothic";
list-style-type: none;
border-bottom: 0px solid gray;
background:;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
/*padding: 0px 0px; padding inside each tab*/
padding-left: 0px;
padding-right: 10px;
padding-bottom: 4px;
padding-top: 4px;
border-right: 0px solid white; /*right divider between tabs*/
color: #004080;
background: ;
}

.mattblackmenu li a:visited{
color:  ;
}

.mattblackmenu li a:hover{
background:  ; /*background of tabs for hover state */
color:#0071bc;
}

.mattblackmenu a.selected{
background:  ; /*background of tab with "selected" class assigned to its LI */
}
