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

.mattblackmenu ul{
margin:30px 0 0 0;
padding: 0;
/*font: bold 12px Verdana;*/
list-style-type: none;
/*border-bottom: 1px solid gray;*/
background:none;
overflow: hidden;
width: 650px;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin:0;
padding:5px 9px; /*padding inside each tab*/
background:url(../img/bg_menu_r.gif) left center no-repeat;
/*border-right: 1px solid #b448a0;*/
/*right divider between tabs*/
color:#b5b5b5;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
border-bottom:1px solid #000;
}





.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover,.mattblackmenu li.sel a{
text-decoration:none;
background: black; /*background of tabs for hover state */
background:url(../img/bg_menu.gif) center top no-repeat;
}

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