/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
border-top: thick solid #487398;
border-bottom: thick solid #487398;
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
list-style: none;
display: inline;
margin: 0;
}

.mattblackmenu li a{
font: bold 14px/20px helvetica, Verdana, arial, sans-serif;
color: #487398;
font-variant: small-caps;
float: left;
display: block;
list-style: none;
text-decoration: none;
margin: 0;
padding: 6px 14px; /*padding inside each tab*/

/* border-right: 1px solid white; right divider between tabs*/
/*color: white;*/
/*background: #414141;*/
}

.mattblackmenu li a:hover{
list-style: none;
color: #7F5217;
text-decoration: none;
	/*background: black; background of tabs for hover state */
}

.mattblackmenu a.selected{
list-style: none;
text-decoration: none;
/*background: black; background of tab with "selected" class assigned to its LI */
}