/* ######### Matt Black Strip Main Menu Bar CSS ######### */

#ddtopmenubar {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.mattblackmenu ul{
margin: 0;
padding: 0 0 0 0;
font: bold 14px Verdana;
list-style-type: none;
background: #98865b;
overflow: hidden;

width: 100%;
  height: 43px; 
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
/* margin-left: 60px; */
margin-left: 20px;
margin-right: 20px;
padding: 13px 6px 8px 8px; /* padding inside each tab */
color: white;
background: #98865b;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}
