@charset "utf-8";
/* CSS Document */
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
margin-left:207px;
font-family:'P22UndergroundProLight', Arial;
font-weight:100;
list-style-type: none;
font-size:14px;
/*border-bottom: 1px solid gray;
background: #414141;*/
overflow: hidden;
}

.mattblackmenu li{
display: inline;
margin: 0;
margin-right:15px;
}

.mattblackmenu li a{
display: block;
float:left;
text-decoration: none;
margin:0;
padding:2px 0px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color: #717073;
/*background: #414141;*/
padding-bottom:10px;
/*border:1px solid #FFFFFF;*/
border-bottom:none;
margin:0px 9px;
}

.mattblackmenu li a:visited{
color: #717073;
}

.mattblackmenu li a:hover{
/*background: black;*/ /*background of tabs for hover state */
color:#f58220;
}

.mattblackmenu li a:hover span{
/*background: black;*/ /*background of tabs for hover state */
color: #717073;
}

.mattblackmenu li a span{
/*background: black;*/ /*background of tabs for hover state */
font-size:17px;
}

.mattblackmenu a.selected{
/*border:1px solid #e7e7e8;*/
border-bottom:none;
color:#f58220;
/*background: black;*/ /*background of tab with "selected" class assigned to its LI */
}
