/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.LLImenu ul{
margin: 0;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
font-family: Verdana, Geneva, sans-serif;
list-style-type: none;
border-bottom: 0px solid gray;
/* background: #414141; */
overflow: hidden;
width: 100%;
height:28px;
font-weight: bold;
letter-spacing:-0.00em;
}

.LLImenu li {
display: inline;
margin: 0;
}

.LLImenu li a {
float: left;
display: block;
text-decoration: none;
margin: 0;
padding-top:6px;
padding-left:0px;
padding-right: 0px;
padding-bottom: 2px;
border-right: 0px solid white; /*right divider between tabs*/
color: white;
font-size: 12px;
font-family: Verdana, Geneva, sans-serif;
/* background: #414141; */
}

.LLImenu li a:visited {
color: white;
}

.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 */
}
