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

.mattblackmenu ul{
margin: 0;
padding: 0;
font:bold 16px Trebuchet MS;
list-style-type: none;
/*background: #eeeeee;*/
overflow: hidden;
width: 100%;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 15px 15px 15px; /*padding inside each tab*/
/*border-right: 1px solid #710055; right divider between tabs*/
color: #114158;
/*background:url(../images/linebar.gif) no-repeat right top;*/
}

.mattblackmenu li a:visited{
color: #114158;
/*background:url(../images/linebar.gif) no-repeat right top;*/
}

.mattblackmenu li a:hover{
background: #eeeeee; /*background of tabs for hover state */
color:#000;
/*background:url(../images/linebar.gif) no-repeat right top;*/
}

.mattblackmenu a.selected{
background: #eeeeee; /*background of tab with "selected" class assigned to its LI */
/*background:url(../images/linebar.gif) no-repeat right top;*/
}