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

.mattblackmenu ul{
margin: 0;
padding: 0;
float:left;
font: bold 13px Verdana;
list-style-type: none;
border-bottom: 1px solid #564c66;
border-width: 1px 0;
background: url(../images/indentbg.gif) center center repeat-x;
width: 780px;
}

.mattblackmenu li{
display: inline;
}

.mattblackmenu li a{
float: left;
color: white;
text-decoration: none;
margin: 0;
padding: 5px 40px; /*padding inside each tab*/
/* border-right: 1px #564c66; /*right divider between tabs*/
border-right: 1px solid black; /*right divider between tabs*/
color: white;
}

.mattblackmenu li a:visited{
color: #ffffff;
}

.mattblackmenu li a:hover{
color: #ffffff !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../images/indentbg2.gif) center center repeat-x;
}

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