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

#ddtopmenubar{
position: relative;
z-index: 1000;
}

.mattblackmenu ul li.first
{
padding-left: 0px;
}

.mattblackmenu ul li{
padding: 0px;
background: transparent;
margin: 0px;
}

.mattblackmenu li a{
background: transparent;
padding: 6px 25px 6px 17px;
font-size: 13px;
color: #691A00;
font-weight: bold;
text-decoration: none;
font-family: "trebuchet ms", helvetica, sans-serif;
}

.mattblackmenu li a:hover{
background: #D8D4B6;
text-decoration: none;
color: #1e3d00;
}
.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}