/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 11px Tahoma,Verdana,Arial;
list-style-type: none;
border-bottom: 1px solid gray;
background: #BDD7FF;
overflow: hidden;
width: 100%;
text-align: center;
}

.mattblackmenu li{
text-align: center;
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
text-align: center;
margin: 0;
padding: 4px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #0E75BC;
background: #BDD7FF;
}

.mattblackmenu li a:visited{
color: #0E75BC;
text-align: center;
}

.mattblackmenu li a:hover{
background: #FFFFFF; /*background of tabs for hover state */
text-align: center;
}

.mattblackmenu a.selected{
text-align: center;
background: #BDD7FF; /*background of tab with "selected" class assigned to its LI */
}



.mattblackmenusmall ul{
text-align: center;
margin: 0;
padding: 0;
font: bold 10px Tahoma,Verdana,Arial;
list-style-type: none;
border-bottom: 1px solid gray;
overflow: hidden;
width: 100%;
background: #BDD7FF
}

.mattblackmenusmall li{
text-align: center;
display: inline;
margin: 0;
}

.mattblackmenusmall li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 8px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: #0E75BC;
background: #BDD7FF
text-align: center;
}

.mattblackmenusmall li a:visited{
text-align: center;
color: #0E75BC;
}

.mattblackmenusmall li a:hover{
text-align: center;
color: #0E75BC;
}

.mattblackmenusmall a.selected{
text-align: center;
color: #0E75BC;
}