/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 14px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;
height:30px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
color: white;
background: #414141;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
}

.blackwhite1 li a{
font-weight:bold;
color:white;
background:none;
}


.blackwhite1 li a:hover{
background: none;
color: white;
}