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

.mattblackmenu ul{
margin:0px;

padding: 0;
font: bold 1em Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background: #211821;
overflow: hidden;
width: 100%;
text-align:center;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 20px; /*padding inside each tab*/
color: white;
text-align:center;
background: #211821;
font-size:10px;
height:10px;
}

#ddtopmenubar .top{
background-image:url(arrow-down.gif);background-repeat:no-repeat;background-position:95% 60%;
}
.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #414141; /*background of tabs for hover state */
}

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

