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

.mattblackmenu ul{
padding: 0;
font: bold 13px Tahoma;
list-style-type: none;
background-image:url(../images/menu-mid.gif); background-repeat:repeat-x;
overflow: hidden; height:29px;
width:975px; margin:auto;

}

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

}

.mattblackmenu li a{

float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 20px; /*padding inside each tab*/
/*right divider between tabs*/
color: white;
background-image:url(../images/menu-mid.gif); background-repeat:repeat-x;

}

.mattblackmenu li a:visited{

color: white;
}

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

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