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

.mattblackmenu ul{
margin: 0;
padding: 0;
 font-family: 'OswaldRegular';
 font-size:18px;
list-style-type: none;
overflow: hidden;
width: 700px;
position:relative;
float:right;
left:10px;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0 0 0 -2px;
padding: 58px 22px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #626262;
/*background:url(../images/menu_seperator.png) no-repeat right center;*/

}

/*.mattblackmenu li a:visited{
color: white;
}
*/
.mattblackmenu li a:hover{
background: #ebebeb; /*background of tabs for hover state */
color:#ff2102;
}

.mattblackmenu li a.active{
background: #ebebeb; /*background of tabs for hover state */
color:#ff2102;
}

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