/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: 15px Verdana;
list-style-type: none;
background: #4f6a9d;
overflow: hidden;
width: auto;
text-align: center;
}

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

.mattblackmenu li a{
    background: none repeat scroll 0 0 #4f6a9d;
   /*border-bottom: 1px solid white;*/
    border-left: 1px solid #7690c0; 
    border-right: 1px solid #7690c0; 
    color: #fff;
    display: block;
    float: left;
    margin: 0;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    /*width: 182px;*/
    width: 181.5px;
    height: 25px;
}

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

.mattblackmenu li a:hover{
background: #7690c0; /*background of tabs for hover state */
color: #000;
}

.mattblackmenu a.selected{
background: #4f6a9d; /*background of tab with "selected" class assigned to its LI */
}