/* ######### Matt Black Strip Main Menu Bar CSS ######### */

#ddtopmenubar
{
margin-left:auto;
width:auto;
}

.mattblackmenu ul{
margin-left:auto;
margin-right:0px;
padding: 0;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
overflow: hidden;
width:640px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 1px 8px; /*padding inside each tab*/
/*border-right: 1px solid #414141; /*right divider between tabs*/ 
color: #600;
/*background: #414141;*/
}

.mattblackmenu li a:visited{
color: #600;

}

.mattblackmenu li a:hover{
background: #600; /*background of tabs for hover state */
color:White;
}

.mattblackmenu a.selected{
background: #600; /*background of tab with "selected" class assigned to its LI */
color:White;
}

.notlastchoice
{
    border-right: 1px solid #414141;
}