/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu2 ul{
margin: 0;
padding: 0;
font: 14px Tw Cen Mt;
list-style-type: none;
border-bottom: 1px #003366;
background: #CCCCCC;
overflow: hidden;
width: 100%;
}

.mattblackmenu2 li{
display: inline;
margin: 0;
}

.mattblackmenu2 li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #333333;
background: #CCCCCC;
}

.mattblackmenu2 li a:visited{
color: #333333;
}

.mattblackmenu2 li a:hover{
background: #999999; /*background of tabs for hover state */
}

.mattblackmenu2 a.selected{
background: #99999; /*background of tab with "selected" class assigned to its LI */
}