/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font-weight: bold;
font-size:12px;
list-style-type: none;
overflow: hidden;
width: 1001px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
text-align:center;
display: block;
text-decoration: none;
margin: 0px;
padding: 0px; /*padding inside each tab*/
background-image: url(/img/bgg2.jpg);
background-repeat: repeat-x;
height:62px;
width:161px;
}

.mattblackmenu li a:visited{
text-decoration: none;
background-image: url(/img/bgg2.jpg);
background-repeat: repeat-x;
height:62px;
width:161px;
}

.mattblackmenu li a:hover{
text-decoration: none;
background-image: url(/img/bgg3.jpg);
background-repeat: repeat-x;
height:62px;
width:161px;
}

.mattblackmenu li a:active{
text-decoration: none;
background-image: url(/img/bgg3.jpg);
background-repeat: repeat-x;
height:62px;
width:161px;
}

.mattblackmenu a.selected{
background-repeat: repeat-x;
/*background of tab with "selected" class assigned to its LI */
}
