@charset "utf-8";
/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu {
    float: left;
    margin: 0;
    padding: 0;
    min-height: 0;
    border: none;
    margin-bottom: 0px;
    margin-top: 0px;
    background: none;
    border-radius: 0px;
}
.mattblackmenu ul{
margin: 0;
padding: 0;

list-style-type: none;

overflow: hidden;
width: 100%;
}

.mattblackmenu li{
	float:left;
margin: 0;
	border-right: 0px !important;
}
.mattblackmenu li:last-child{
        border-right: 0px !important;
}
.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
    color: #666666;
    text-shadow: 0 0;
    padding: 9px 27px;
    min-height: 20px;
    background-color: transparent;
    font-size: 16px;
    border: 0px;
    text-transform: uppercase;
	border-right: 1px solid #efefef;

}

.mattblackmenu li .fa {
    font-size: 10px;
    line-height: 0px;
    padding: 0px 0px 0px 5px;
    position: relative;
    bottom: 3px;
}
.mattblackmenu li a:visited{
color: rgb(102, 102, 102);
}

.mattblackmenu li a:hover{
 /*background of tabs for hover state */
 background: transparent;
    color: #fff;
    border:0px;
	    border-right: 1px solid #efefef;
}

.mattblackmenu a.selected{
 /*background of tab with "selected" class assigned to its LI */
}
/* CSS Document */

