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


.mattblackmenu{
margin: 0;
padding: 0;
font: 10px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;
text-transform:uppercase;
}


.mattblackmenu ul{
margin: 0;
padding: 0;
font: 10px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;

}

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


}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding:8px 10px 6px 10px; /*padding inside each tab*/
height:17px;
color: white;

}

* html .mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding:8px 10px 6px 10px; /*padding inside each tab*/
height:17px;
color: white;

}



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

.mattblackmenu li a:hover{
background: #2b4b66; /*background of tabs for hover state */
}

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

.hov1{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding:0 0 14px 0; /*padding inside each tab*/
height:17px;
color: white;
}

.hov{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding:0 0 14px 0; /*padding inside each tab*/
height:17px;
color: white;
background-color: #2b4b66;
}