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

.mattblackmenu ul{
font: bold 12px Arial, sans-serif;
list-style-type: none;
border-bottom: 3px solid #005380;
border-top: 2px solid #005380;
background: #ffffff;
overflow: hidden;
width: 595px;
padding-left: 15px;
margin: 0px;
padding-top: 20px;
padding-bottom: 2px;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding-left: 14px;
padding-right: 14px;
padding-top: 4px;
padding-bottom: 8px;
color: #005380;
background: #ffffff;
}

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

.mattblackmenu li a:hover{
background: #ffffff; /*background of tabs for hover state */
text-decoration: none;
color: #A1ADBE;
}

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