/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif ;
list-style-type: none;
overflow: hidden;
width: 100%;
height:27px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 15px 5px 15px; /*padding inside each tab*/
/*border-right: 1px solid #a5a5a5; right divider between tabs*/
background:url(../images/nav-div.jpg) no-repeat right top;
color: #071316;
text-transform:uppercase;
}

.mattblackmenu li a:visited{
/*background:url(../images/navhover.jpg) no-repeat right top;*/
color: #071316;
}

.mattblackmenu li a:hover{
/*background: black; background of tabs for hover state */
background:url(../images/navhover.jpg) no-repeat right top;
color:#216577;
}

.mattblackmenu a.selected{
/*background: black; background of tab with "selected" class assigned to its LI */
background:url(../images/navhover.jpg) no-repeat right top;
}
/*======================== menu right =========================*/
.mattblackmenu2 ul{
margin: 0;
padding: 0;
font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif ;
list-style-type: none;
overflow: hidden;
width: 100%;
height:27px;
}

.mattblackmenu2 li{
display: inline;
margin: 0;
}
.mattblackmenu2 li a{
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 15px 5px 15px; /*padding inside each tab*/
/*border-right: 1px solid #a5a5a5; right divider between tabs*/
background:url(../images/nav-div.jpg) no-repeat left top;
color: #071316;
text-transform:uppercase;
}

.mattblackmenu2 li a:visited{
/*background:url(../images/navhover.jpg) no-repeat right top;*/
color: #071316;
}

.mattblackmenu2 li a:hover{
/*background: black; background of tabs for hover state */
background:url(../images/navhover-right.jpg) no-repeat left top;
color:#216577;
}

.mattblackmenu2 a.selected{
/*background: black; background of tab with "selected" class assigned to its LI */
background:url(../images/navhover-right.jpg) no-repeat right top;
}