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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px ;
list-style-type: none;
background: #ddd;
overflow: hidden;
width: 100%;
height:50px;
}

.mattblackmenu li{
display: inline;
margin: 0;
width:65px;
height:50px;
text-align:center;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 2px 0px 2px 2px; /*padding inside each tab*/
border-right: 2px solid white; /*right divider between tabs*/
color: #333;
background:#ddd;
width:62px;
height:46px;
}

.mattblackmenu li a:visited{
color: #333;
}

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