/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family: Sans-Serif, Arial, Verdana, Tahoma;
font-weight: bold;
/* font-size: 10pt; */ 
/* font: bold 12px Verdana; */
list-style-type: none;
/*border-bottom: 1px solid gray;*/
overflow: hidden;
width: 100%;
color: rgb(255,0,0);
background: transparent;
font-size: 14px;
}

.mattblackmenu li{
font-size: 14px;
display: inline;
margin: 0;
}

.mattblackmenu li a{
font-size: 14px;
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 3px 10px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: rgb(0,51,190);
background: transparent;
}

.mattblackmenu li a:visited{
font-size: 14px;
color: rgb(0,51,190);
background: transparent;
}

.mattblackmenu li a:hover{
font-size: 14px;
color: rgb(255,255,255);
background: rgb(0,51,190);
}
/*
0,51,190
115,143,219
184,198,237
230,235,249
*/
.mattblackmenu a.selected{
font-size: 14px;
color: rgb(0,0,0);
background-color: rgb(184,198,237);
}
