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

@font-face {
    font-family: 'helvetica_light_cond';
    src: url('../js/helveticaneuelightcond.eot');
    src: url('../js/helveticaneuelightcond.eot?#iefix') format('embedded-opentype'),
         url('../js/helveticaneuelightcond.ttf') format('truetype');
    font-weight: normal;
	font-style: normal;
}

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family:'helvetica_light_cond';
font-size:16px;
list-style-type: none;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
/*border-bottom: 1px solid gray;*/
/*background-color:#000000;*/
/*background: #414141;*/
overflow: hidden;
width: 100%;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 12px; /*padding inside each tab*/
/*border-left: 1px solid #A94E00;*/ /*left divider between tabs*/
/*background-image:url(../images/divider.gif);*/
background-repeat:no-repeat;
background-position:left;
color: #FFFFFF;
/*background-color:#000000;*/
/*background: #414141;*/
}

.mattblackmenu li a:visited{
color: #FFFFFF;
}

.mattblackmenu li a:hover{
background-color:#C13033;
/*background: black; background of tabs for hover state */
color: #FFFFFF;
}

.mattblackmenu a.selected{
background-color:#C13033;
color: #FFFFFF;
}