/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin-top: 8px;
padding: 0;
font: bold 16px Verdana;
list-style-type: none;
border-bottom: 0px solid gray;
text-align:center;
height: 37px;

overflow: hidden;
width: 861px;
margin-left: auto;
margin-right: auto;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
width: 172px;
height: 25px;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 0px 0px 0px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;

;
}

.mattblackmenu li a:visited{
color: white;
}
/*QUESTO è 2 COLORE DI ROLLOVER DELLA BARRA MENU
.mattblackmenu li a:hover{
background:; /*background of tabs for hover state */
}
*/
/*QUESTO è 2 COLORE DI ROLLOVER DELLA BARRA MENU
.mattblackmenu a.selected{
background: #303A24; /*background of tab with "selected" class assigned to its LI */
}
*/