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

.mattblackmenu ul{
margin: auto;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid #333333;
background: #414141;
overflow: hidden;
width: 940px;
height:50px;
}

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

.mattblackmenu li a, .mattblackmenu .last a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 18px 29px; /*padding inside each tab*/
border-right: 1px solid #999999; /*right divider between tabs*/
color: white;
background: #414141;
}

.mattblackmenu .last a{
padding: 18px 21px; /*padding inside each tab*/
/*border-right: 1px solid #999999;*/ border-right:0px; /*right divider between tabs*/
}

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

.mattblackmenu li a:hover{
background: #333333; /*background of tabs for hover state */
}

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