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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
/*border-bottom: 1px solid gray;*/
background: #e89312;
overflow: hidden;
width: 100%;
z-index:100000;
height:37px;
}

.mattblackmenu li{
display: inline;
margin: 0px;
z-index:100000;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 0px 0px; /*padding inside each tab*/
/*border-right: 1px solid white; *//*right divider between tabs*/
color: white;
background: #e89312;
z-index:100000;
}

.mattblackmenu li a:visited{
color: white;
z-index:100000;
}

.mattblackmenu li a:hover{
background:#e89312; /*background of tabs for hover state */
height:37px;
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 0px 0px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color: white;
z-index:100000;
}

.mattblackmenu a.selected{
background:#e89312; /*background of tab with "selected" class assigned to its LI */
z-index:100000;
}
