/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0px;
padding:0px;
font: normal 17px Georgia;
list-style-type: none;
border:0px;
overflow: hidden;
width: 550px;
}
* html .mattblackmenu ul{ /*IE6 CSS hack*/
width:550px; /*width of menu (include side paddings of LI A*/
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0px;
padding:0px; /*padding inside each tab*/
border: 0; /*right divider between tabs*/
color: #ffffff;

}

.mattblackmenu li a:visited{
color: #ffffff;
}

.mattblackmenu li a:hover{
background: none; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background:none; /*background of tab with "selected" class assigned to its LI */
}
