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

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
	font-size: 12px;
list-style-type: none;
border-bottom: 1px solid gray;
background: #d7ba33 url('../images/menuhint1.jpg');
overflow: hidden;
width:980px;

}

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


}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
width:80px;
margin: 0;
padding: 6px 0px; /*padding inside each tab*/
border-right: 1px solid black; /*right divider between tabs*/
color: black;
font-weight:bold;
background: #d7ba33 url('../images/menuhint1.jpg') ;
}

.mattblackmenu li a:visited{
color: black;
}

.mattblackmenu li a:hover{
background:#8a856e ; /*background of tabs for hover state */
color:white;
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}
