/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin-left:auto;
margin-right:auto;
padding: 0;
font: 12px Verdana;
list-style-type: none;
background: #9f0102;
text-align:left;
}

.mattblackmenu ul li{
display: inline;
}

.mattblackmenu ul li a{
float: left;
display: block;
text-decoration: none;
margin-left: 13px;
padding: 6px 8px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color: white;
background: #9f0102;
}

.mattblackmenu ul li a:visited{
color: #ffffff;
font: 12px Verdana;
}

.mattblackmenu ul li a:hover{
background: #9f0102; /*background of tabs for hover state */
color: #bfd3ff;
font: 12px Verdana;
}

.mattblackmenu a.selected{
background: #ba2d3d; /*background of tab with "selected" class assigned to its LI */
font: 12px Verdana;
}

/* ######### Matt Blue Strip Main Menu Bar CSS ######### */

.mattbluemenu ul{
margin: 0;
padding: 0;
font: 12px Verdana;
list-style-type: none;
/*border-bottom: 1px solid gray;*/
background: #9f0102;
overflow: hidden;
width: 100%;
}

.mattbluemenu li{
display: inline;
margin: 0;
}

.mattbluemenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color: white;
background: #9f0102;
}

.mattbluemenu li a:visited{
color: white;
}

.mattbluemenu li a:hover{
background: #9f0102; /*background of tabs for hover state */
color: #bfd3ff;
}

.mattblackmenu a.selected{
background: #9f0102; /*background of tab with "selected" class assigned to its LI */
}