/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu {padding-top:5px;}
.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background: #333;
overflow: hidden;
width: 100%;
font-weight:bold;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 12px 15px; /*padding inside each tab*/
/*border-right: thin solid #CCC; 
border-left: thin solid #838383;*/
background-image:url(../images/bg-navborder.png);
background-repeat:no-repeat;
background-position:right;
color: #000;
height:20px;
font-weight:bold;
}

.mattblackmenu li a:visited{
color: #000;
}

.mattblackmenu li a:hover{
background-color:#666; /*background of tabs for hover state */
color:#FFF;
}

.mattblackmenu li a.selected{
background-color:#666; /*background of tab with "selected" class assigned to its LI */
color:#FFF;
}