/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family: Tahoma;
font-size: 11px;	
color: #1C4185;
font-weight: bold;
list-style-type: none;
border-bottom: 0px solid gray;
background:  #f0f0e11;
overflow: hidden;


}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
font-family: Tahoma;
font-size: 11px;	
color: #1C4185;
font-weight: bold;
text-decoration: none;
float: left ;

text-decoration: none;
margin: 0;
padding: 0px 5px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/

}

.mattblackmenu li a:visited{

}

.mattblackmenu li a:hover{
color: #DD0A1B;
background: #E7F0D3; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #999999; /*background of tab with "selected" class assigned to its LI */
}