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

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

.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: white;
background: #b5925a;background-image:none/*url(images/menubgd.jpg)*/}


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

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

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