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

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
border-bottom: 2px solid #d9e3ec;
background: #d9e3ec;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
font-size: 1em;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
color: #000;
/*background: #d9e3ec;*/
background: url(../images/seperator.png) right no-repeat;
}

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

.mattblackmenu li a:hover{
background: #5a9fd6; /*background of tabs for hover state */
color: #fff;
}

.mattblackmenu a.selected{
background: #5a9fd6; /*background of tab with "selected" class assigned to its LI */
color: #fff;
}