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

.mattblackmenu ul{
  background: none repeat scroll 0 0 rgb(77, 135, 199);
  /* border-bottom: 1px solid rgb(77, 135, 199); */
  font: 12px Verdana;
  list-style-type: none;
  /* margin: 0 0 5px 5px; */
  overflow: hidden;
  padding: 0;
  width: 100%;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
font-size: 14px;
padding: 12px 15px;
border-right: 1px solid white;
color: white;
/*background: grey;*/ 
}

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

.mattblackmenu li a:hover{
background: rgb(108, 108, 108); /*background of tabs for hover state */
}

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