/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 12px Verdana;
list-style-type: none;
/*border-bottom: 0px solid #1B4176;*/
border:0;
background: #405F8C;
overflow: hidden;
width: 782px;
/*height:23px;*/
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding-top:4px;
padding-bottom:4px;
padding-left: 6px;
padding-right:6px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #405F8C;
text-align:center;
}

.mattblackmenu li a:visited{
color: white;
}

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

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