/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: 10px Verdana;
color: #7d2904;
list-style-type: none;
overflow: hidden;
width: 100%;
color: #7d2904;
}

.mattblackmenu li{
display: inline;
margin: 0;
color: #7d2904;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0px 0px 0px 0px;
padding: 5px 12px 1px 12px;
color: #7d2904;
padding: 27px 0px 27px 0px ;
width: 110px;
table-layout: fixed;
background-image: url("../img/sf_bottone.png"); 
background-repeat: no-repeat; 
background-position: left top;
}

.mattblackmenu li a:hover{
color: #c2a338;
}
