/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 105px 10px 0px 0px;
padding-left:50px;
font: bold 12px Verdana;
list-style-type: none;
/*border-bottom: 1px solid gray;
background: #414141;*/
overflow: hidden;
width: 500px;
}

.mattblackmenu li{
display: inline;
/*margin:  50px 0px 50px 0px;*/
font-weight:bold;
color: white;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 20px 20px 20px 20px;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid #C72427; /*right divider between tabs*/
font-weight:bold;
color: white;
background: #C72427;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
/*background: black; background of tabs for hover state */
color: white;
}

.mattblackmenu a.selected{
/*background: black; background of tab with "selected" class assigned to its LI */
}