/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Arial;
list-style-type: none;
border-bottom: none;
/*background: #414141;*/
overflow: hidden;
background-image:url('https://www.texasbowhunter.com/discussions/forums/Images/gradients/gradient_thead2.gif');
background-repeat: repeat;
width: 935px;
}

.mattblackmenu li{
display: inline;
margin: 0;

}

.mattblackmenu li a{
float: left; /*floats menu items left*/
display: block;
text-decoration: none;
margin: 0;
padding: 6px 29.8px; /*padding inside each tab <6px 30.4px for full bar> <6px 8px for left aligned bar><6px 29.8px for full bar with about us drop down>*/
/*border-right: 1px solid #cccc9a; /*right divider between tabs*/
/*border-left: 1px solid #cccc9a; /*right divider between tabs*/
/*background: #414141;*/
background-image:url('https://www.texasbowhunter.com/discussions/forums/Images/gradients/gradient_thead2.gif');
background-repeat: repeat;
font-weight:bold;
}

.mattblackmenu li a:visited{
color: black;
}

.mattblackmenu li a:hover{
background: #cccc9a; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #cccc9a; /*background of tab with "selected" class assigned to its LI */
}
