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

.mattblackmenu table{
margin: 0;
padding: 0;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #1d76cb;
width: 800px;
height: 20px;
}

.mattblackmenu td{
background-image: url('../images/buton1.png');
background-repeat: no-repeat;
width: 150px;
height: 20px;
}

.mattblackmenu td a{
color: white;
font-weight:bold;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 0px;
text-decoration: none;
margin: 0px;
padding: 0px; /*padding inside each tab*/
}

.mattblackmenu td a:visited{
color: white;
text-decoration: none;
}

.mattblackmenu td a:hover{
color: #cccccc;
text-decoration: none;
}

.mattblackmenu a.selected{
color: white;
text-decoration: none;

}
