/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana, Geneva, sans-serif;
list-style-type: none;
border-bottom: 1px solid gray;
background: #001598;
overflow: hidden;
width: 100%;
z-index:10000;
height:35px;


}

.mattblackmenu li{
display: inline;
margin:0 ;
z-index:10000;

 
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin:8px 0;
padding:0px 10px 5px 10px; /*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: #fff;
/*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 */
}