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

.mattblackmenu ul{
margin: 0;
padding: 0;
font:bold 12px Arial;
list-style-type: none;
border-bottom: 1px #99ccff;
background: #003366;
width: 825px;
}

.mattblackmenu li{
display: inline;
margin: 0;
text-align:center;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 10px; /*padding inside each tab*/
border-left: 1px solid #99ccff; /*right divider between tabs*/
color: #FFFFFF;
height:37px;
width:82px;
background: #003366;
}

.mattblackmenu li a:visited{
color:#FFFFFF;
}

.mattblackmenu li a:hover{
background:#003366; /*background of tabs for hover state */
color:#99ccff;
}

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