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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: 10.5px Verdana;
list-style-type: none;
border-right: 1px solid #666666;
background: #333333;
overflow: hidden;
width: 750px;
}

#mattblackmenu-left ul{
margin: 0;
padding: 0;
font: 10.5px Verdana;
list-style-type: none;
border-right: 1px solid #666666;
background: #333333;
overflow: hidden;
width: 750px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

#mattblackmenu-left li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 8px; /*padding inside each tab*/
border-right: 1px solid #778; /*right divider between tabs*/
color: white;
background: #333333;
}

#mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 8px; /*padding inside each tab*/
border-right: 1px solid #778; /*right divider between tabs*/
color: white;
background: #333333;
}

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

#mattblackmenu-left li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #003366; /*background of tabs for hover state */
text-decoration: underline;
}

#mattblackmenu-left li a:hover{
background: #003366; /*background of tabs for hover state */
text-decoration: underline;
}

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

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


