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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 0px solid gray;
/*background: #414141;*/
overflow: hidden;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 0px 0 0; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
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{
background: black; /*background of tab with "selected" class assigned to its LI */
}

.mattblackmenu li a.opera1, .mattblackmenu li a.opera2, .mattblackmenu li a.opera3, .mattblackmenu li a.opera4, .mattblackmenu li a.opera5 {
float: left;
display: block;
text-decoration: none;
margin:0 0 0 0;
padding: 0px 0px 0 0; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;
width:101px;
height:79px;
/*background: #414141;*/
}

.mattblackmenu li a.opera2{
width:89px;
height:79px;
}
.mattblackmenu li a.opera3{
width:90px;
height:79px;
}
.mattblackmenu li a.opera4{
width:110px;
height:79px;
}
.mattblackmenu li a.opera5{
width:114px;
height:79px;
}

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

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

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