/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
border-bottom:solid;
border-bottom-color:#474747;
border-bottom-width:1px;
margin: 0px 0 0 0;
padding: 1px 0 0 0;
font: 11px Verdana;
list-style-type: none;
background: #999;
overflow: hidden;
height:25px;
}
*:first-child+html .mattblackmenu ul{border-bottom:none; height:26px;} * html .ddsubmenustyle ul {border-bottom:none; height:26px;}


.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 0px 6px 4px; /*padding inside each tab*/
color: white;
background: #999;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
color: white; /*text for hover state */
}

.mattblackmenu a.selected{
color: white; /*background of tab with "selected" class assigned to its LI */
}