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

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family: 'Roboto Condensed', serif;
list-style-type: none;
border: 0px solid gray;
background: #EBB035;
overflow: hidden;
width: 100%;
font-size:0.9em;
font-weight:normal;
text-transform:uppercase;
font-weight:normal;
/* border-radius:5px; */


/* border-radius:5px; */
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 7px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #FFF;

/* text-shadow:1px 1px 1px #000000; */

background: #EBB035; /* Old browsers */



}
.mattblackmenu li a:visited{

}

.mattblackmenu li a:hover/* , .mattblackmenu li a#current */{
background: #D27C35; /*background of tabs for hover state */
color:#ffffff;
text-shadow:0px 0px 1px #ccc;
}

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