/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-top: 1px solid white;
border-bottom: 0px solid gray;
background: #000000;
overflow: hidden;
width: 100%;
position:relative; top: -15px; left: 0px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
font-size:13px;
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: white;
background: #000000;
}

.mattblackmenu li a:visited{
color: white;
font-size:13px;
}

.mattblackmenu li a:hover{
background: #800000; /*background of tabs for hover state */
font-size:13px;
color: #ffffff;
}

.mattblackmenu a.selected{
background: #800000 ; /*background of tab with "selected" class assigned to its LI */
}