/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.top-menu ul{
margin: 0;
padding: 0;
font-size: 9pt;
Font-Family: "Arial", "Helvetica", "Verdana","sans-serif";
list-style-type: none;
/*border-bottom: 1px solid gray;*/
font-weight: bold;
background: #669900;
overflow: hidden;
width: 100%;
}

.top-menu li{
display: inline;
margin: 0;
}

.top-menu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 10.5px; /*padding inside each tab*/
border-left: 1px solid white; /*right divider between tabs*/
letter-spacing: 1.8px;
color: white;
background: #669900;
}

.top-menu li a:visited{
color: white;
}

.top-menu li a:hover{
background: #AAC882; /*background of tabs for hover state */
}

.top-menu a.selected{
background: #AAC882; /*background of tab with "selected" class assigned to its LI */
}
