/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
overflow: hidden;
width:1000px;
height:43px;
float:left;
}

.mattblackmenu li{
margin: 0;
float:left;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
float:left;
}

.mattblackmenu li a:visited{
color: white;
float:left;
}

.mattblackmenu li a:hover{
background: black; 
float:left;/*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black;
float:left; /*background of tab with "selected" class assigned to its LI */
}