/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 11px Verdana;
list-style-type: none;
border-bottom: 0px solid gray;
background: #ff0;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a {
background:#ff0 none repeat scroll 0 0;
border-right:2px solid SlateGray;
color:#008;
display:block;
float:left;
margin:0;
padding:2px 2px;
text-decoration:none;
}

.mattblackmenu li a:visited{

}

.mattblackmenu li a:hover{
background: #ddd; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #ffff33; /*background of tab with "selected" class assigned to its LI */
}

