/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 13px Tahoma;
list-style-type: none;
/*background: #0086D8;*/
/*background-image:url(../images/menu_bg.gif);*/
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 20px; /*padding inside each tab*/
/* border-right: 1px solid #233656; /*right divider between tabs*/
color: white;
/* background-image:url(../images/menu_bg.gif);*/
height:35px;
line-height:35px;
}

.mattblackmenu li a:visited{
color: white;
background-color:#204a95;
}

.mattblackmenu li a:hover{
/*background: #3C1600; background of tabs for hover state 
background-image:url(../images/bg_menu_h.gif);*/
/*background-color:#204a95;*/
color:yellow;
}

.mattblackmenu a.selected{
/*background: #3C1600; background of tab with "selected" class assigned to its LI */
color: yellow;
/*background-image:url(../images/bg_menu_h.gif);*/
}