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

.mattblackmenu ul{
margin: 0;
padding: 0;
font:12px Arial;
list-style-type: none;
overflow: hidden;
width: 100%;
margin-bottom:4px;

}

.mattblackmenu li{
display: inline;
margin: 0;
}
.btn_hover_bg_left
{
background-image:url(btn_hover_bg_left.gif);
background-repeat: no-repeat;
width:11px;
}
.btn_hover_bg_right
{
background-image:url(btn_hover_bg_right.gif);
background-repeat: no-repeat;
width:10px;
display:inline-block;
}
.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
border-right: 0px solid #3c3c3c; /*right divider between tabs*/
width:100px;
height:28px;
color: white;
background-image:url(menu_off.gif);
background-repeat: no-repeat;
padding-top:14px;
padding-left:1px;
padding-right:1px;
text-align:center;
}

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

.mattblackmenu li a:hover{
background-image:url(menu_on.gif);
background-repeat: no-repeat;
}

.mattblackmenu a.selected{
background-image:url(menu_on.gif);
background-repeat: no-repeat;
}