/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase; 
  margin: 0;
  padding: 0;
  font: bold 12px Verdana;
  list-style-type: none;
  border-bottom: 1px solid gray;
  background: #9c917e;
  overflow: hidden;
  width: 100%;
}

.mattblackmenu li{
  display: inline;
  margin: 0;
}

.mattblackmenu li a{
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;
  float: left;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 6px 15px; /*padding inside each tab*/
  border-right: 1px solid white; /*right divider between tabs*/
  color: white;
  background: #9c917e;
  text-decoration: none;
}

li.mattblackmenuxx a{
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;
  float: left;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 6px 17px; /*padding inside each tab*/
  border-right: 0px solid white; /*right divider between tabs*/
  color: white;
  background: #9c917e;
  text-decoration: none;
}

.mattblackmenu li a:visited{
  color: #ffffff;
  text-decoration: none;
}

.mattblackmenu li a:hover{
  color: #ffffff;
  background: #786f5c; /*background of tabs for hover state */
  text-decoration: none;
}

.mattblackmenu a.selected{
  color: #ffffff;
  background: #786f5c; /*background of tab with "selected" class assigned to its LI */
  text-decoration: none;
}

/*------------*/

.mattblackmenus ul{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font: bold 12px Verdana;
  list-style-type: none;
  border-right: 1px solid gray;
  background: #9c917e;
  overflow: hidden;
  width: 204px;
  text-align:left;
}

.mattblackmenus li{
  display: block;
  margin: 0;
}

.mattblackmenus li a{
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;

  display: block;
  text-decoration: none;
  margin: 0;
  padding: 6px 15px; /*padding inside each tab*/
  border-bottom: 1px solid white; /*right divider between tabs*/
  color: white;
  background: #9c917e;
  text-decoration: none;
}

li.mattblackmenuxx a{
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;
  float: left;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 6px 17px; /*padding inside each tab*/
  border-bottom: 0px solid white; /*right divider between tabs*/
  color: white;
  background: #9c917e;
  text-decoration: none;
}

.mattblackmenus li a:visited{
  color: #ffffff;
  text-decoration: none;
}

.mattblackmenus li a:hover{
  color: #ffffff;
  background: #786f5c; /*background of tabs for hover state */
  text-decoration: none;
}

.mattblackmenus a.selected{
  color: #ffffff;
  background: #786f5c; /*background of tab with "selected" class assigned to its LI */
  text-decoration: none;
}