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

.mattblackmenu ul{
margin: 0;
padding: 0;
font:  12px Verdana; font-weight:bold;
list-style-type: none;
border-bottom: 0px solid gray;
background: ; background-image:url(../images/linkbg1.gif); background-repeat:repeat-x; background-position:center;
overflow: hidden;
width: 100%;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 12px 6px 9px; /*padding inside each tab*/
border-right: 1px solid #746e6c; /*right divider between tabs*/
color: #ff4d00;
background: background-image:url(../images/linkbg1.gif); background-repeat:repeat-x; background-position:center;
}

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

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

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