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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 15px Calibri;
list-style-type: none;
border-bottom: 1px solid gray;
background: #92c6fb;
overflow: hidden;
width: 100%;
}

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

}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 32px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #92c6fb;

}

.mattblackmenu li a:visited{
xcolor: white;
color:#000000;
}

.mattblackmenu li a:hover{
xbackground: black;
color: white;
background:#670000; /*background of tabs for hover state */
}

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



































.f_mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 15px Calibri;
list-style-type: none;
border-bottom: 1px solid gray;
background: #92c6fb;
overflow: hidden;
width: 100%;
}

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

}

.f_mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 32px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color:#000000;
background: #92c6fb;

}

.f_mattblackmenu li a:visited{
xcolor: white;
color:#000000;
}

.f_mattblackmenu li a:hover{
xbackground: black;
color: white;
background:#670000; /*background of tabs for hover state */
}

.f_mattblackmenu a.selected{
xbackground: black;
color: white;
background:#670000; /*background of tab with "selected" class assigned to its LI */
}





