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

.mattblackmenu ul{
margin: 0;
padding: 0;padding-left: 2px;padding-right: 0px;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 0px solid gray;
background: #7E4712;
overflow: hidden;
text-align:center
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
text-align:center;
display: block;
text-decoration: none;
margin: 0;text-align:center;padding-top: 5px;padding-left: 12px;padding-right:3px;_padding-left:0.798em;_padding-right:0.798em;padding-bottom:5px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #FAE2AE;
background: #7E4712;background-image:url(images/menubgd.jpg)}


.mattblackmenu li a:visited{background:#b5925a;color: #FAE2AE;background-image:url(images/menubgd.jpg);text-decoration:none}

.mattblackmenu li a:hover{
background:#b5925a;background-image:url(images/menubg.jpg);color:#b5925a;text-decoration:none /*background of tabs for hover state */}

.mattblackmenu a.selected{background:#b5925a;background-image:url(images/menubg.jpg);color:#b5925a;text-decoration:none /*background of tab with "selected" class assigned to its LI */}

.mattblackmenu a.selected{
background:#b5925a;background-image:url(images/menubg.jpg);color:#ffffff /*background of tab with "selected" class assigned to its LI */}