/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.LLImenu ul{
margin: 0px;
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-color: #FF00FF;*/
overflow: hidden;
width: 100%;
height:26px;
font-weight: normal;
letter-spacing:0.05em;
text-decoration: none;
}

.LLImenu li {
display: inline;
margin: 0;
text-decoration: none;
}

.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: 13px;
font-family: Tahoma;
font-weight: bold;
/*background-color: #FF00FF;*/
}

.LLImenu li a:visited {
color: white;
text-decoration: none;
}

.LLImenu li a:hover {
/*background: red;*/ /*background of tabs for hover state */
text-decoration: underline;
color: white;
}

.LLImenu a.selected {
/*background: red; */ /*background of tab with "selected" class assigned to its 
LI */
}
