/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
/*padding: 0;*/
font: normal 10pt Tahoma;
list-style-type: none;
/*overflow: hidden;
width: 100%;*/
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: right;
text-decoration: none;
margin:0px 0px 0px 0px;
padding: 2px 5px 5px 5px; /*padding inside each tab*/
border-left: 1px  white; /*right divider between tabs*/
border-left-style:ridge;
color: white;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
/*background: #BDBDBD; /*background of tabs for hover state */
color:#BDBDBD;
}

.mattblackmenu a.selected{
/*background: #BDBDBD; /*background of tab with "selected" class assigned to its LI */
}
