/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.LLImenu ul{
margin: 0px;
padding-top: 8px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
font-family: 'Cabin', 'sans-serif';
list-style-type: none;
border-bottom: 0px solid gray;
/* background: #414141; */
overflow: hidden;
width: 100%;
height:31px;
font-weight: bold;
/*letter-spacing:0.05em;*/
}

.LLImenu li {
display: inline;
margin: 0;
}

.LLImenu li, .LLImenu li a {
float: left;
display: block;
text-decoration: none;
margin: 0;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
border-right: 0px solid white; /*right divider between tabs*/
color: white;
font-size: 20px;
font-family: 'Cabin', 'sans-serif';
font-weight: bold;
}

.LLImenu li a:visited {
/*color: #e2eed7;*/
}

.LLImenu li a:hover {
/*background: red;*/ /*background of tabs for hover state */
}

.LLImenu a.selected {
/*background: red; */ /*background of tab with "selected" class assigned to its 
LI */
}
