/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.topbuttons ul{
margin: 0;
padding: 0;
}

.topbuttons li{
display: inline;
margin: 0;
padding: 0;
}

.topbuttons li a{
float: left;
display: inline;
text-decoration: none;
margin: 0;
padding: 0px 0px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
background: #ffffff;
}

.topbuttons li a:visited{
color: white;
}

.topbuttons li a:hover{
background: white; /*background of tabs for hover state */
}

.topbuttons a.selected{
background: white; /*background of tab with "selected" class assigned to its LI */
}