/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 10px Verdana;
list-style-type: none;
/*border-bottom: 1px solid gray;*/
background: /*#414141*/;
overflow: hidden;
width: 100%;
text-align:center;

}

.mattblackmenu li{
display: inline;
margin: 0;
background:url(tablink.jpg) no-repeat; width:121px; height:27px;
float: left;
}

.mattblackmenu li a{
float: left;
display: block;
background:url(tablink.jpg) no-repeat; width:121px; height:17px;
text-decoration: none;
margin: 0;
padding: 6px 3px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color: black;
background: /*#414141*/;
}

.mattblackmenu li a:visited{
color: black;
}

.mattblackmenu li a:hover{
background: /*black*/; /*background of tabs for hover state */
text-decoration:underline;
}

.mattblackmenu a.selected{
background:/* black*/; /*background of tab with "selected" class assigned to its LI */
}
