/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: 11px verdana,Arial, Helvetica, sans-serif;
list-style-type: none;
/*border-bottom: 1px solid gray;
background: #a92101;*/
overflow: hidden;
width: 100%;
z-index:10000;


}

.mattblackmenu li{
display: inline;
margin: 0;
z-index:10000;

 
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin:5px 0;
padding:0px 7px; /*padding inside each tab*/
border-right:0px solid white; /*right divider between tabs*/
color:white;
z-index:10000;

/*background: #a92101;
*/}

.mattblackmenu li a:visited{
color: white;
z-index:10000;

}

.mattblackmenu li a:hover{
color: white;
/*background:#ffa44b;*/
z-index:10000; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
	
/*background:#ffa44b; */
z-index:10000;/*background of tab with "selected" class assigned to its LI */
}